Hello everyone, I have a big problem using
<input type="text" name="txtName">
..
Im trying to create a guestbook where the user can come to my website enter their name and their message and press submit. The problem is if the user types in a message with punctuation characters such as ' or " then when I try to insert the text into the database, it detects a string with ' or " and it gives an error message. How can I make a string accept " or ' when I insert it into the database. Is there a function to do such a thing. Thank you
Armond