Hello,
I'm trying to turn magic quotes on and for some reason I can't get it right.
I'm using PHP 5 on WINXP.
I edit the php.ini (in c:/windows) and find the magic_quotes reference and remove the semi-column... right?
The line now reads "magic_quotes_gpc = On". Nothing in front.
magic_quotes_gpc = On [Performance]
; Input data is no longer escaped with slashes so that it can be sent into
; SQL databases without further manipulation. Instead, you should use the
; function addslashes() on each input element you wish to send to a database.
However, info() still says that it's Off.
I have restarted Apache, I have stopped and then re-started Apache, and I have also rebooted several times.
Am I missing something?
Any clues?
Thanks in advance