Gday,
I'm sure this has to be something vrey simple because I have never had this problem before.
I have form which I am sending to a PHP script using POST but before (i'm pretty sure anyway) it reaches the PHP script, backslashes appear before any instances of " or '. For example:
Don't becomes Don\'t
Please "do" it becomes Please \"do\" it
It's only a small problem and I know I could remove the backslashes in PHP but I'm sure this is a problem with my form. Any suggestions?
Cheers,
Richard
I'm sure this has to be something vrey simple because I have never had this problem before.
I have form which I am sending to a PHP script using POST but before (i'm pretty sure anyway) it reaches the PHP script, backslashes appear before any instances of " or '. For example:
Don't becomes Don\'t
Please "do" it becomes Please \"do\" it
It's only a small problem and I know I could remove the backslashes in PHP but I'm sure this is a problem with my form. Any suggestions?
Cheers,
Richard
