This is a discussion on Textbox value, backslash, and PHP variable within the PHP General forums, part of the PHP Programming Forums category; I have a form with a textbox. On submitting the form I read the textbox value into a php variable. ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
I have a form with a textbox. On submitting the form I read the
textbox value into a php variable. If the value in the text box contained a ' or " anywhere in the string, the php variable adds a backslash ahead of the character. How can I get rid of this unwanted backslashes? Thank you John |