PHP: Email: fixing \"blah\"

Hey, I’m a little rusty on php.

I have an email form that sends the email via php. Nothing special, no HTML or anything, but when i put in double quotes “” or single quotes ‘’, php puts the \ infront of them. How would I go about fixing that, just putting a replace on the quotes?

Thanks.