graham23s Posted August 25, 2007 Share Posted August 25, 2007 Hi Guys, on my site, before anything is submitted like a comment or forum post i was going to let the user "preview" it but i'm not sure how to go about it, i know i need to make a preview button besides the submit one , but can anyone give me some advice on what i need to code? thanks guys Graham Quote Link to comment https://forums.phpfreaks.com/topic/66638-previewing-comment-before-posting/ Share on other sites More sharing options...
Hypnos Posted August 25, 2007 Share Posted August 25, 2007 Save your preview post to the database just like you normally would save a post. Just mark it as such. Then read it again for the preview page. Or you could just echo the POST data. But there's a greater risk of losing the information when using back and forward. Quote Link to comment https://forums.phpfreaks.com/topic/66638-previewing-comment-before-posting/#findComment-333999 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.