On Sunday 22 June 2003 06:00, Dan Anderson wrote:
> I have a form which feeds into an e-mail.  When I use the mail function
> all 's turn into \'s and all "s turn into \"s.  

Are you sure it's the mail() function that's doing it? I doubt it.

> I tried
> set_magic_quotes_runtime(0) and it didn't do anything, 

In php.ini:

  magic_quotes_gpc = Off

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *
------------------------------------------
Search the list archives before you post
http://marc.theaimsgroup.com/?l=php-general
------------------------------------------
/*

*/


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to