PHP 获取 form URL 【急】

WBOY
发布: 2016-06-13 12:42:48
原创
972 人浏览过

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 />
登录后复制



PHP:怎样获取来自页面的提交地址?

因为index.html是被N张页面调用的。


比如以下页面调用了index.html提交了登录数据:
①、http://localhost/
②、http://localhost/works/
③、http://localhost/works/end/index.html


想要的结果:
index_do.php
//页面③中提交了登录数据
echo "你是从以下地址中登录的:"."http://localhost/works/end/index.html";
?>



求大神

PHP URL label
相关标签:
来源:php.cn
本站声明
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板