tags:

views:

48

answers:

3

I was wondering what is a good tutorial on how to create PHP & MySQL comments for my website users.

A: 

If you aim is to simply add comments and not to learn about PHP & MySQL have a look at http://disqus.com/

cherouvim
structure
A: 

Take any guestbook guide and add only one field to the db table and queries - article_id

That's all, you've got your comments.

Col. Shrapnel
A: 

http://www.allsyntax.com/tutorials/PHP/24/Building-a-Comments-Script/1.php

ENjoy.

RobertPitt
As you have selected this as your answer I would advice you to take a deeper look into security as the link I provided was purely for example perposes and you should be car full the security.This is a good tutorial to start learning tho of course
RobertPitt