為什么我輸入提交后 不論是GET 還是POST 都接受不到值呢?
<?php
header("content-type:text/html;charset=utf-8");
print_r($_POST);
?>
<html>
<head><title></title></head>
<body>
<from action="" method="post">
查詢(xún):<input type="text" name="keywords" value=""/>
<input type="submit" value="查詢(xún)"/>
</from>
</body>
</html>
2015-02-28
拼寫(xiě)錯(cuò)誤以外 form中action 屬性為空了
2015-02-28
哎 知道啦 FORM 寫(xiě)成FROM啦