I created a simple email form that works fine, though when the quotation marks appear in the string they come out as /" in the email. If I change anything then I get the HTML values such as "e or whatever.
The string itself could be
This "THIS" This
though what I get back is
This /"THIS/" This
Even if I just have a text box and post the data to a output page I get the same problem.
So is there any tricks to stop PHP from changing the strings in this way ?
The string itself could be
This "THIS" This
though what I get back is
This /"THIS/" This
Even if I just have a text box and post the data to a output page I get the same problem.
So is there any tricks to stop PHP from changing the strings in this way ?