i am trying to use the function htmlspecialchars to substitute the char " to "ed, but when i submit the form,it automaticly put the inverted dash () in front of the char ", and the result is \" how can i avoid this ????
IF the backslashes give you problem when posting a form, just write stripslashes($data);... Best regards. zer0Kode