开启辅助访问
帐号登录 |立即注册

PHP识别跳转来源

 
a.php

<?php
echo "<a href='http://test.im/b.php'>click me</a>";


b.php

<?php
if (isset($_SERVER['HTTP_REFERER'])) {
    var_dump('referer:' . $_SERVER['HTTP_REFERER']);
}else{
    var_dump("not define referer");
}


假设域名为test.im

如果直接运行:http://test.im/b.php

这会输出:

not define referer。

如果运行:http://test.im/a.php

并点击click me,跳转到 http://test.im/b.php,则会输出:

referer:http://test.im/a.php


回复

使用道具 举报

0 个回复

倒序浏览

快速回复

您需要登录后才可以回帖 登录 or 立即注册

本版积分规则

友情链接
  • 艾Q网

    提供设计文章,教程和分享聚合信息与导航工具,最新音乐,动漫,游戏资讯的网站。