I'm trying to build a guestbook. I use a form to get some informations (like name, email address and comments) from users and I store these informations in a DB whit a PHP script. The script doesn't work properly when I use some reserved chars like ' or " in form inputs.
Could you help me?
tnx