Re: [PHP] seems like magic_quotes_gpc is turning itsself on!

2003-10-21 Thread William Bailey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 It can be on any page. The magic_quotes_gpc check takes place in a settings.php file which is always the first thing included for every php page for this site. It has a number of define statements and a few other includes and thats about it. No databas

Re: [PHP] seems like magic_quotes_gpc is turning itsself on!

2003-10-21 Thread CPT John W. Holmes
From: "William Bailey" <[EMAIL PROTECTED]> > I have a strange problem with one of the sites i work on and provide > support for. I the following block of code that checks to see if > magic_quotes_gpc is enabled and if it is it dies with an error message: > > if((integer)ini_get('magic_quotes_gpc')

[PHP] seems like magic_quotes_gpc is turning itsself on!

2003-10-21 Thread William Bailey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi All, I have a strange problem with one of the sites i work on and provide support for. I the following block of code that checks to see if magic_quotes_gpc is enabled and if it is it dies with an error message: if((integer)ini_get('magic_quo