wangping1985
2015-02-28 11:19
<?php
header("content-type:text/html;charset=utf-8");
print_r($_POST);
?>
<html>
<head><title></title></head>
<body>
<from action="" method="post">
查询:<input type="text" name="keywords" value=""/>
<input type="submit" value="查询"/>
</from>
</body>
</html>
拼写错误以外 form中action 属性为空了
哎 知道啦 FORM 写成FROM啦
揭秘PHP模糊查询技术
24378 学习 · 83 问题
相似问题
回答 1
回答 4