Form TextArea PHP parser
Form TextArea PHP parser
Out of context: Reply #1
- Started
- Last post
- 1 Response
- chimchim0
there is a global php config called magic quotes that is set to on...it's for preparing data for proper insertation into databases.
you can simply do this to your textarea variable in the form page.
stripslashes($mytextarea);