PDA

View Full Version : Magi Quotes GPC


langdell
10-11-2003, 03:35 PM
How do I turn on Magic Quotes GPC?

ProWebUK
10-11-2003, 04:01 PM
firstly, it needs to be compiled with php

<?php phpinfo(); ?>

and check magic quotes is in the configure line.

if its there, you can enable it by using php.ini for a whole server, or a .htacess file for 1 site / directory / recursive directory.

Chris

thoroughfare
10-11-2003, 04:59 PM
You don't ;)

Magic quotes are the antichrist, they are the spawn of satan himself.

Seriously, they are *not* good practice.

Matt :D

langdell
10-12-2003, 12:39 AM
I have now turned on Magic Quotes by using a php.ini file in the main account.

Regards,