コードをコピーします コードは次のとおりです:
$magic_quotes_gpc = get_magic_quotes_gpc();
@extract(daddslashes($_P) OST) );
@ extract(daddslashes($_GET));
if(!$magic_quotes_gpc) {
$_FILES = daddslashes($_FILES)
}
daddslashes 関数
です次のように: // 文字を変換する関数
function goddslashes($string) {
if(!is_array($string)) returnaddslashes($string)
foreach($string as $key => $val); $string[$key] = ダッドスラッシュ ($val)
$string
?>
http://www.bkjia.com/PHPjc/326172.html
www.bkjia.comtrue
http://www.bkjia.com/PHPjc/326172.html技術記事次のようにコードをコピーします。 ?php $magic_quotes_gpc = get_magic_quotes_gpc(); @extract(daddslashes($_POST)); ..