Home > Backend Development > PHP Tutorial > 如何在被引用的页面得知引用界面的位置

如何在被引用的页面得知引用界面的位置

WBOY
Release: 2016-06-20 12:32:12
Original
951 people have browsed it

说一下场景,做一个登陆的form放在


回复讨论(解决方案)

无论你的页面是多少个 php 文件贡献产生的
对于浏览器而言,就只有一个

无论你的页面是多少个 php 文件贡献产生的
对于浏览器而言,就只有一个


所以我在index.php中引用了一个名叫aside.php的只包含一个
的PHP脚本,这个表单提交之后返回的页面还是index页面么,我觉得并不是,应该是aside啊

获取来源地址么?
引用的时候,把引用页地址也传过去。

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template