I am attempting to create a script that will take data from an HTML form and write it to a file.
When I include either a ' or a " it returns this:
\' or \"
What would I have to do to get that slash from being written?
Thank you. Julian
$var = stripslashes($var);