pickachu Posted November 1, 2007 Share Posted November 1, 2007 I new to PHP/MYSQL. I want to ask if how can I make a comment script for each different article? How do I show a comment for a single article? ??? Link to comment https://forums.phpfreaks.com/topic/75651-solved-need-help-comment-script/ Share on other sites More sharing options...
elis Posted November 1, 2007 Share Posted November 1, 2007 You will need to set specific article ID's or some sort of tag that identifies a particular article. You can then set the comment script to pull comments relating to the appropriate article tag or id. Edited: Since you're new to coding, you should take a look at this script http://www.daydreamgraphics.com/d/tutorial/list/235/2: It seems similar to what you're looking for and only small modifications are likely to be needed. Link to comment https://forums.phpfreaks.com/topic/75651-solved-need-help-comment-script/#findComment-382806 Share on other sites More sharing options...
pickachu Posted November 1, 2007 Author Share Posted November 1, 2007 I already have a comment script now all i need is to add a article's ID. Thank you.. That answers my question.. Link to comment https://forums.phpfreaks.com/topic/75651-solved-need-help-comment-script/#findComment-383082 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.