Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > TBDev
Reply
  #1  
Old 1st August 2008, 12:03
empereur empereur is offline
Senior Member
 
Join Date: Mar 2008
France
Posts: 50
Default help Turned magic quotes OFF ????
Bonjour quelqu'un sait comment d
Reply With Quote
  #2  
Old 1st August 2008, 13:54
Fynnon's Avatar
Fynnon Fynnon is offline
xxx
 
Join Date: Nov 2007
P2P
Posts: 984
Default
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
Reply With Quote
Reply

Tags
magic , quotes , turned

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



All times are GMT +2. The time now is 18:24. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.