呢斯特拉可
unread,Apr 21, 2009, 6:15:23 AM4/21/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to zJL2doc
在write.php文件中的:
if($g=="next"):
//更多信息填写页面
//获取第一步表单数据
if($_GET["check1"]!="yes"){
//$e=htmlspecialchars($_POST["e"]);
$name=htmlspecialchars($_POST["jlname"]);
$dh=htmlspecialchars($_POST["dh"]);
$yb=htmlspecialchars($_POST["yb"]);
$email=htmlspecialchars($_POST["email"]);
$dz=htmlspecialchars($_POST["dz"]);
$zy=htmlspecialchars($_POST["zy"]);
$xx=htmlspecialchars($_POST["xx"]);
$xl=htmlspecialchars($_POST["xl"]);
$zye=htmlspecialchars($_POST["zye"]);
if(strlen($zy)>=7&&(substr($zy,0,7)=="http://")){
$zy=substr($zy,7,strlen($zy)-7);
}
}
中,要把$e这一行注释掉,否则可能会出现问题,这个问题是我研究了好几天得出的!