> I just preg_replace("/\'/","\'",$text) and all was good :o)

That's what addslashes() is for. It handles single and double quotes,
backslashes, and nulls, so you won't have any problems...

---John Holmes...


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

Reply via email to