php獲取文本框內(nèi)容 php中獲取文本框的值?
php中獲取文本框的值?是$Get或$post代碼如下:<form action=“”method=“post”>文本框:<input type=“text”name=“text”>&
php中獲取文本框的值?
是$Get或$post代碼如下:<form action=“”method=“post”>文本框:<input type=“text”name=“text”><input type=“submit”value=“submit”,name=“sub”></form><?Phpif(!空($uPost[“sub”]){echo$uPost[“text”]}?>如果是get,則更改為get