doubledee Posted July 9, 2011 Share Posted July 9, 2011 I would like to make one of my websites more interactive by allowing them to leave comments to articles I have written. How would I go about doing this in PHP? I'd ideally like to code this myself versus using a plug-in. How hard would such a task be? Debbie Link to comment https://forums.phpfreaks.com/topic/241468-allowing-visitors-to-leave-a-comment/ Share on other sites More sharing options...
trq Posted July 9, 2011 Share Posted July 9, 2011 Do you know how to insert data from a form into a database with php? That is essentially all your doing. Link to comment https://forums.phpfreaks.com/topic/241468-allowing-visitors-to-leave-a-comment/#findComment-1240404 Share on other sites More sharing options...
doubledee Posted July 9, 2011 Author Share Posted July 9, 2011 Do you know how to insert data from a form into a database with php? That is essentially all your doing. I used to in a former life-time... What about from a business standpoint? Would allowing people to comment on my articles make my website interactive enough to boost traffic and repeat traffic? And how advanced do I need to make the Comments feature? I would think it would be safer to only allow registered users to comment, and have some way that I have to review the comemnts and approve them before they are made public. Thoughts? Debbie Link to comment https://forums.phpfreaks.com/topic/241468-allowing-visitors-to-leave-a-comment/#findComment-1240407 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.