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? ??? Quote 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. Quote 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.. Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.