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 ... 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? 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..... 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... Link to comment https://forums.phpfreaks.com/topic/241874-comment-box/#findComment-1242174 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.