<head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /></head><body><table><form action="" method="post"><input type="text" name="filename" value="" /><input type="submit" name="act" value="createFile" /></form></table></body></html><?phpecho "nihao".$_POST['filename'];?>
3 回答
微笑刺客_ronlee
TA贡献6条经验 获得超1个赞
这个程序问题有点多,首先你提交给当前脚本,action后面要么是脚本名要么是$_SERVER['PHP_SELF'],后面如果要后面PHP代码,加一个if判断isset($_POST['filename'])比较合适
- 3 回答
- 0 关注
- 1539 浏览
添加回答
举报
0/150
提交
取消