Anyone here ever experienced a problem where magic quotes weren’t working constantly? From time to time when I pull data from a mySQL database it fails to strip off the slashes.
This is causing no end of trouble for me as I have many many images stored in a database and when PHP fails to strip all the appropriate slashes I’m left with broken images.
If nothing else, does anyone have a work around for this? Is there a way to shut off magic quotes on a specific page? Is there a way to check to make sure that it worked so that I can run stripslashes() manually if not?
Any input at all on this would be appreciated. The system this is running on is a leased account running on RedHat 6 (something) on apache with mySQL.
Thanks in advance for your help.