I am trying to make a php Database Driven commenting script.I have to fetch comment and name from the Database according to page id.Suppose i have to fetch comments against the id 45.Then the "fetchcomment.php?id=45".It should fetch all the comments One by one Under the Page ???How to do this.The comment table will have 3 columns
1>id .
2>name .
3>Comment.
I need help in the Graphics section also to divide the comments and Name and diierent section.