Hi,
I have been sending emails using PHP with the mail() command/method.
When I send them tho it adds slashes, for example:
'hi guy's' gets sent as 'hi guy\'s'
Why is this? How do I sort this? Cheers
Burnsy
I have been sending emails using PHP with the mail() command/method.
When I send them tho it adds slashes, for example:
'hi guy's' gets sent as 'hi guy\'s'
Why is this? How do I sort this? Cheers
Burnsy
Comment