Help! I have a form which when submitted the returned values are different to those that were actually submitted. For example if i submit "hello i get \"hello returned when i do an echo of the variable. However if i insert this variable into a database it inserts "hello ???!!!!
If i submit \hello i get \hello. The basic reason i am trying to do this is becuase i want to be able to type info into a form - have it submit and then the info is put into the fields of another form on a new page. Ordinarily this works fine its just when i put things like " and \ in that it comes up different.
Help!