Collegeboox Posted December 15, 2011 Share Posted December 15, 2011 I would love to add a comment section to my music blogging site. Does anyone have some simple code that they would not mind sending me? or at least helping me with this situation? Quote Link to comment https://forums.phpfreaks.com/topic/253204-adding-a-comment-section/ Share on other sites More sharing options...
Shazer2 Posted December 15, 2011 Share Posted December 15, 2011 Just get a textarea made, a submit button and put the posted comment into the database, and for viewing comments just do a select query. Quote Link to comment https://forums.phpfreaks.com/topic/253204-adding-a-comment-section/#findComment-1298033 Share on other sites More sharing options...
Collegeboox Posted December 15, 2011 Author Share Posted December 15, 2011 I would love something that I did not need a database for. Quote Link to comment https://forums.phpfreaks.com/topic/253204-adding-a-comment-section/#findComment-1298034 Share on other sites More sharing options...
Shazer2 Posted December 15, 2011 Share Posted December 15, 2011 So like appending to a text file each time someone submits? Wouldn't that be pretty inefficient? Quote Link to comment https://forums.phpfreaks.com/topic/253204-adding-a-comment-section/#findComment-1298036 Share on other sites More sharing options...
Collegeboox Posted December 19, 2011 Author Share Posted December 19, 2011 exactly Quote Link to comment https://forums.phpfreaks.com/topic/253204-adding-a-comment-section/#findComment-1299108 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.