|
Problem with slashes in FORM
I am creating a form that eventually submits to a php script to enter into a database. In this form I have a textarea box, and in the textarea box people can enter texts, and there needs to be the ability to enter the characters " and '. The only problem is that when you click submit and it goes to the confirmation page each of those chacters is written with a slash in front of it like so: \' or \". How can I fix this?
Thanks!
Smesh
|