View Single Post
  (#1 (permalink)) Old
travellinglad travellinglad is offline
Reseller
travellinglad is on a distinguished road
 
Posts: 81
Join Date: Dec 2005
Default PHP Magic quotes - 15/02/2007, 6:21 PM

What does anyone know about Magic quotes within PHP?

If I have data which includes a ' like Cote d'Azur it transforms it to Cote d\'Azur.

I've heard of different ways to solve this problem:

Adding additional code into the PHP script
or Altering the .htaccess file.

Any ideas which is the best route to take and is the code different for every scenario?
Reply With Quote