pranshu82202 Posted July 13, 2011 Share Posted July 13, 2011 I want to know the procedure of the comment box.. Weather i need to upload all the comments to my database using php... Or i need to do something else... Plzz Tell ... Quote Link to comment https://forums.phpfreaks.com/topic/241874-comment-box/ Share on other sites More sharing options...
Adam Posted July 13, 2011 Share Posted July 13, 2011 A database would be ideal yes, though not essential. As for procedure, do you mean in terms of the code / database structure needed or.. more about the logic behind it? Quote Link to comment https://forums.phpfreaks.com/topic/241874-comment-box/#findComment-1242118 Share on other sites More sharing options...
pranshu82202 Posted July 13, 2011 Author Share Posted July 13, 2011 By procedure (of course not the code )... i mean .... what steps shuld i take to add a comment box.. Either i store all the comments in my databse... Or their is something in html itself..... Quote Link to comment https://forums.phpfreaks.com/topic/241874-comment-box/#findComment-1242152 Share on other sites More sharing options...
cyberRobot Posted July 13, 2011 Share Posted July 13, 2011 By procedure (of course not the code )... i mean .... what steps shuld i take to add a comment box.. Either i store all the comments in my databse... Or their is something in html itself..... I'm not really sure what you're looking for, but to add a comments box you could: [*]Create an HTML form with a textarea tag for the comments box and a submit button [*]When the form is submitted, you can use PHP to process the form and store the data however you want You could store the comments in a database, text file, send via e-mail... Quote Link to comment https://forums.phpfreaks.com/topic/241874-comment-box/#findComment-1242174 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.