I am using
FORM METHOD=\"get\" ENCTYPE=\"multipart/form-data\" ACTION=\"picture_new_confirm.php\">
to pass all the variables from my form to another php document. The only problem is that if i put an apostrophe in one of the tectbox fields in the form then when it is passed it adds a \ in front of the apostrophe.
Example:
textbox=children's
passed=children\'s
does anyone know how to turn it off or get around it doing this. thanks for you time and knowledge.