Hi all,
I'm new to this board, but not to PHP, however this problem has absolutely stumped me.
Iv'e got a form which consists of two textareas. the information entered in the textareas is echoed using PHP on the next page.
However, if someone enteres a word with a ' in it, it changes it to \' for example the word that's would change to that\'s
iv'e tried all the enctype options within <form> but iv'e had no success. Anyone know how to resolve this problem?
TIA