Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   TBDev (http://www.bvlist.com/forumdisplay.php?f=20)
-   -   help Turned magic quotes OFF ???? (http://www.bvlist.com/showthread.php?t=737)

empereur 1st August 2008 12:03

help Turned magic quotes OFF ????
 
Bonjour quelqu'un sait comment d

Fynnon 1st August 2008 13:54

they should be in your php.ini file and you can access them if you are
using XAMP or WAMP, find and uncommentthe folowing lines:

Code:

magic_quotes_gpc = Off
magic_quotes_runtime = Off
magic_quotes_sybase = Off

If you`re on ahosting company you can try this:

make a .htaccess file if you don`t have one and put in it:
Code:

SetEnv PHPRC /path/to/site/my_php.ini
now make a file called my_php.ini and put in it:

Code:

magic_quotes_gpc = Off
magic_quotes_runtime = Off
magic_quotes_sybase = Off



All times are GMT +2. The time now is 00:28.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.