V Posted June 14, 2010 Share Posted June 14, 2010 I'm finally trying to implement comments in my php site for posts I searched php comment scrips but there are so many. What kind of comment script do y'all use? Link to comment https://forums.phpfreaks.com/topic/204700-a-good-comments-script/ Share on other sites More sharing options...
JasonLewis Posted June 14, 2010 Share Posted June 14, 2010 Write your own. Fairly simple, little form for the user to fill out, can be as simple or as complex as you want. Data is sent and collected, inserted into MySQL and then shown. All you need to keep in mind is that you need to link the comment with the post, normally done by the ID of the post. It's quite easy, just do the basics, then make it more suited to what you want. Link to comment https://forums.phpfreaks.com/topic/204700-a-good-comments-script/#findComment-1071687 Share on other sites More sharing options...
V Posted June 14, 2010 Author Share Posted June 14, 2010 Hmm makes sense! I just wasn't sure if there was anything specific I had to do for comments. Link to comment https://forums.phpfreaks.com/topic/204700-a-good-comments-script/#findComment-1071983 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.