Appending Comment Number Anchors to Comments
- by John
Hello,
I am using a PHP file called comments.php that has a query that enters values into a mySQL table called "comment." As the query does this, it auto-generates a field called "commentid", which is set to auto_increment in MySQL. The file also contains a loop what echoes out all comments for a given submission.
It all works fine and dandy,…