Doug Parker wrote:
OK - thanks. I saw that the magic_quotes_gpc is turned off by default, so I did a ini_set(magic_quotes_gpc, 1) to turn it on temporarily. I ran a get_magic_quotes_gpc() and saw that the ini_set did work, but for some reason the query still won't accept the quotes. What am i doing wrong?
thanks again, doug
Chris Shiflett wrote:
--- 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.phpis 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
-- The above message is encrypted with double rot13 encoding. Any unauthorized attempt to decrypt it will be prosecuted to the full extent of the law. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php