RE: magic quotes

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



you could use ini_set at the top of the script to turn the magic quotes off...if you add this in a prepend file or a common included file that sits at the top of the script, it should take care of the damn magic quotes...
 
failing that ask your host to turn it off
 
Bastien> From: k3cheese@xxxxxxxxxxxxx> To: ceo@xxxxxxxxx> CC: php-general@xxxxxxxxxxxxx> Date: Wed, 8 Aug 2007 23:58:50 -0500> Subject: RE:  magic quotes> > I added the code to my script and I still ended up escaped quotes.> if(ini_get('magic_quotes_gpc')) $_POST['data'] => stripslashes($_POST['data']); Didn't work at all. I think I read something> about it not working on runtime data. Like gpc if this is correct do you> have another solution? I put this line in the .htaccess file it didn't work> either: php_flag magic_quotes_gpc off... Is there anyway possible? I don't> need it now but it'd be nice to know for the future dev.> > Kevon K. Hayes> 815-980-3435> RFD, IL> > -----Original Message-----> From: Richard Lynch [mailto:ceo@xxxxxxxxx] > Sent: Wednesday, August 08, 2007 11:49 PM> To: k3cheese> Cc: php-general@xxxxxxxxxxxxx> Subject: RE:  magic quotes> > .htaccess is only meaningful for Apache.> > JavaScript is equally useless to Ajax for working around Magic Quotes.> > On Wed, August 8, 2007 7:55 am, k3cheese wrote:> > Thanks,> >> > Met javascript not ajax. I had AJAX on the brain do to a project I'm> > working> > on. So I'm assuming there is a library of functions to use with the> > .htaccess file? Cause it looks like you can use UNIX and PHP to edit> > this> > file?> >> > Kevon K. Hayes> > 815-980-3435> > RFD, IL> >> > -----Original Message-----> > From: Richard Lynch [mailto:ceo@xxxxxxxxx]> > Sent: Tuesday, August 07, 2007 11:30 PM> > To: KVIGOR> > Cc: php-general@xxxxxxxxxxxxx> > Subject: Re:  magic quotes> >> > On Tue, July 31, 2007 9:28 am, KVIGOR wrote:> >> If magic quotes is on and I dont have access to the php.ini.> >>> >> Is there any way I can strip quotes from the form field with out> >> using> >> AJAX?> >> > Best: Use .htaccess to turn magic_quotes off.> > Okay: Use something like if (ini_get('magic_quotes_gpc')) $data => > stripslashes($data);> > Worst: Ajax cannot possibly begin to address this issue and is> > completely useless to solve this particular problem.> >> > --> > Some people have a "gift" link here.> > Know what I want?> > I want you to buy a CD from some indie artist.> > http://cdbaby.com/browse/from/lynch> > Yeah, I get a buck. So?> >> > No virus found in this incoming message.> > Checked by AVG Free Edition.> > Version: 7.5.476 / Virus Database: 269.11.6/938 - Release Date:> > 8/5/2007> > 4:16 PM> >> >> > No virus found in this outgoing message.> > Checked by AVG Free Edition.> > Version: 7.5.476 / Virus Database: 269.11.6/938 - Release Date:> > 8/5/2007> > 4:16 PM> >> >> > > -- > Some people have a "gift" link here.> Know what I want?> I want you to buy a CD from some indie artist.> http://cdbaby.com/browse/from/lynch> Yeah, I get a buck. So?> > No virus found in this incoming message.> Checked by AVG Free Edition. > Version: 7.5.476 / Virus Database: 269.11.8/941 - Release Date: 8/7/2007> 4:06 PM> > > No virus found in this outgoing message.> Checked by AVG Free Edition. > Version: 7.5.476 / Virus Database: 269.11.8/941 - Release Date: 8/7/2007> 4:06 PM> > > -- > PHP General Mailing List (http://www.php.net/)> To unsubscribe, visit: http://www.php.net/unsub.php> 
_________________________________________________________________
Invite your mail contacts to join your friends list with Windows Live Spaces. It's easy!
http://spaces.live.com/spacesapi.aspx?wx_action=create&wx_url=/friends.aspx&mkt=en-us

[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux