Posted by Jon on 11/21/33 11:31
"Berimor" <berimor@berimor.ber> wrote in message
news:opszsdhezor1c5ad@lancer...
> Hi All,
>
> are there any ideas of how to keep the magic_quotes_gpc variable in ini
> file - "On" or "Off". I just noticed the difference between local settings
> and server's ones. So i cant decide what to fix.
>
> Thanks.
>
>
>
>
>
> --
> Exact Meta Search | Major Search Engine
> http://exactsearcher.com
I'm confused... Do you not have access to the ini? If you have access to the
server, you should be able to go in and set it any way you wish.
If you're asking how to turn magic_quotes off without having access to the
server, if your host is in an Apache environment, you can use an .htaccess
file to do this. Just put the file in whatever directory you want
magic_quotes turned off, using the following line in the .htaccess:
php_flag magic_quotes_gpc off
Hope this helps.
[Back to original message]
|