PHP 获取 form URL 【急,在线等】
有两张页面。
index.html 和 index_do.php
index.html:
<br /> <form name="userlogin" action="/member/index_do.php" method="POST"><br /> <label>帐 号</label><input type="text" name="userid"/><br /> <label>密 码</label><input type="password" name="pwd"/><br /> <input type="submit" value="立即登录" /><br /> </form><br />