看板 PHP 關於我們 聯絡資訊
前文恕刪 ~ 這是從 NEO 那看來的程式碼 !! http://www.neo.com.tw/archives/000316.html if (get_magic_quotes_gpc() == 1){ switch ($REQUEST_METHOD) { case "POST": while (list ($key, $val) = each ($HTTP_POST_VARS)){ $$key = stripslashes($val); } break; case "GET": while (list ($key, $val) = each ($HTTP_GET_VARS)){ $$key = stripslashes($val); } break; } } -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 210.69.114.107