Magi Quotes GPC

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
 
You don't ;)

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

Seriously, they are *not* good practice.

Matt :D
 
Turned oin magic quotes

I have now turned on Magic Quotes by using a php.ini file in the main account.

Regards,
 
Back
Top