Jump to content

[SOLVED] magic quotes??


ohdang888

Recommended Posts

In your php.ini file make sure these are set to off. You don't have to anything in the http.conf file

; Magic quotes for incoming GET/POST/Cookie data.
magic_quotes_gpc = Off

; Magic quotes for runtime-generated data, e.g. data from SQL, from exec(), etc.
magic_quotes_runtime = Off

; Use Sybase-style magic quotes (escape ' with '' instead of \').
magic_quotes_sybase = Off

Link to comment
https://forums.phpfreaks.com/topic/86361-solved-magic-quotes/#findComment-441279
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.