php获取ajax提交的文件名

WBOY
Release: 2016-06-23 13:48:37
Original
851 people have browsed it

php获取ajax提交的文件名,比如shop.php文件提交到doshop.php文件,后台怎样获取到shop文件名呢


回复讨论(解决方案)

急求,在线等

basename($_SERVER['HTTP_REFERER'])

basename($_SERVER['HTTP_REFERER'])


$urlname =basename($_SERVER['HTTP_REFERER']); 
这样就可以了吗

是呀
ajax 不能跨域,所以来源都是你自己的页面
获取到能有多大意义呢?

是呀
ajax 不能跨域,所以来源都是你自己的页面
获取到能有多大意义呢?


写一个公共的删除方法,数据库名就是文件名,这样其他文件就能用这个方法了,只需要获取文件名和ID

“HTTP_REFERER”
链接到当前页面的前一页面的 URL 地址。不是所有的用户代理(浏览器)都会设置这个变量,而且有的还可以手工修改 HTTP_REFERER。因此,这个变量不总是真实正确的。

最主要的应用是用在防盗链上

Related labels:
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