[Pugged] Magic quotes

Chris Hettinger ciapug@ciapug.org
Wed, 26 Mar 2003 07:27:51 -0600


I have run into a small snag on my linux web server at work... When
doing a mysql insert that contained a singe apostrophy the insert failed
with an error referring to having a open ' ... 

I have checked the php.ini file though the three lines which coorespond
to Magic quotes are set in the correct manner when compared to another
server which works correctly.

Any additional thought?

-ch