How to create website comment section using Php scripts and MySQL database?
Hi, I'm a newbie to Php and MySQL.
I need a very simple comment section for our website:
All it needs to do is ask for the commenter's email and the comment itself and there would basically be a submit button that does not allow you to continue unless both the commenter's email address box and comment box have been filled up. The comments would have to be saved in a MySOL databse and the comments should appear below the comment box on the webpage.
If possible, can somebody give me the code for that as well? Thanks.