View Single Post
  #5 (permalink)  
Old 01-02-2008, 07:40
mephisto's Avatar
mephisto mephisto is offline
Senior Member
 
Join Date: Feb 2007
Location: Darlington
Posts: 101
Send a message via ICQ to mephisto Send a message via MSN to mephisto
Default

Have you got access to php.ini? If so then change these in the file to

Code:
magic_quotes_gpc = Off
magic_quotes_runtime = Off
magic_quotes_sybase = Off
Unfortunatly you can't disable these at runtime using ini_set.

If php is being ran under fast-cgi instead of an apache module, then the .htaccess commands won't work. You'll be able to tell if it is fast-cgi if there aren't any apache sections in phpinfo.
Reply With Quote