--- drparker <[EMAIL PROTECTED]> wrote:
> i need to escape all my apostrophes in values submitted to a mySQL
> database.

http://www.php.net/manual/en/function.addslashes.php

> is there a way i can loop thru all the post variables and replace the
> apostrophes?

Read about the magic_quotes setting in your php.ini.

Chris



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

Reply via email to