| 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? |