Deprecated: Function set_magic_quotes_runtime() is deprecated

find:
set_magic_quotes_runtime(0);

replace with:
ini_set("magic_quotes_runtime", 0);

留言

這個網誌中的熱門文章

可以127.0.0.1卻無法localhost,一切都是IPv6搞的鬼!!

文章

PHP -利用mkdir函數建立中文資料夾無亂碼方案