欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

php防注

 更新時(shí)間:2007年01月15日 00:00:00   作者:  
$_POST = sql_injection($_POST);
$_GET = sql_injection($_GET);

function sql_injection($content)
{
if (!get_magic_quotes_gpc()) {
if (is_array($content)) {
foreach ($content as $key=>$value) {
$content[$key] = addslashes($value);
}
} else {
addslashes($content);
}

return $content;
}

相關(guān)文章

最新評(píng)論