Except for the last. htacess file, do just move the site, the program has not moved.
Just found out a bunch of problems today.
; 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 the Sybase-style Magic quotes (escape ' with ' instead of \ ').
Magic_quotes_sybase = Off
Appears to be on by default, enter single quote with escape
Warning:fsockopen () [Function.fsockopen]: Unable to connect to smtp.126.com
Image expansion Gd2.dll not open
Is there any good host recommended recommendation, price within 100 yuan
Reply to discussion (solution)
MAGIC_QUOTES_GPC, Magic_quotes_runtime, magic_quotes_sybase
php5.3 off by default
php5.4 Cancel
Magic_quotes_sybase is useless to you, he is set up for Sybase series database, such as Sybase,mssql, Oracle ...
In short, PHP removes the automatic escaping of incoming data on the grounds that security is the programmer's own business.