Hi all,
I have a problem with my database entry. The form I created works just fine, but whenever the user enters a " (quotation mark) in one of the text areas the database entry stops and cuts everything that follows. I think that's because the " is interpreted by mysql.
How can I change that? addslashes function?
Thanks very much.
I have a problem with my database entry. The form I created works just fine, but whenever the user enters a " (quotation mark) in one of the text areas the database entry stops and cuts everything that follows. I think that's because the " is interpreted by mysql.
How can I change that? addslashes function?
Thanks very much.