文章詳情頁
$_POST獲取不到
瀏覽:105日期:2022-06-08 17:40:24
問題描述
<?phpecho '<pre>';print_r($_POST);echo '</pre>';$register = <<<'FROM'<from action="" method="post"> <label for="name">姓名:</label> <input type="text" name="name" id="name"> <label for="pwd">密碼:</label> <input type="password" name="pwd" id="pwd"> <input type="submit" value="提交"></from>FROM;echo $register;?>
問題解答
回答1:你 <form> 寫成<from>了大哥
回答2:form標(biāo)簽寫錯(cuò)了
回答3:大哥們救救我吧
相關(guān)文章:
1. [python2]local variable referenced before assignment問題2. 求救一下,用新版的phpstudy,數(shù)據(jù)庫過段時(shí)間會(huì)消失是什么情況?3. mysql - 如何在有自增id的情況下,讓其他某些字段能不重復(fù)插入4. python小白,關(guān)于函數(shù)問題5. django - Python error: [Errno 99] Cannot assign requested address6. angular.js - 百度支持_escaped_fragment_嗎?7. java - 線上應(yīng)用,如果數(shù)據(jù)庫操作失敗的話應(yīng)該如何處理?8. node.js - win 下 npm install 遇到了如下錯(cuò)誤 會(huì)導(dǎo)致 無法 run dev么?9. python小白 關(guān)于類里面的方法獲取變量失敗的問題10. Python2中code.co_kwonlyargcount的等效寫法
排行榜

熱門標(biāo)簽