How to use HTTP_REFERER and HTTP_USER_AGENT_PHP Tutorial

WBOY
Release: 2016-07-20 11:02:42
Original
968 people have browsed it

if (isset($_SERVER['HTTP_REFERER'])) {
                                print "The page you were on previously was {$_SERVER['HTTP_REFERER']}
";
              } else {
Print "You didn't click any links to get here
";
            }
?>

Click me!


www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/445349.htmlTechArticleif (isset($_SERVER[HTTP_REFERER])) { print The page you were on previously was {$_SERVER[ HTTP_REFERER]} ; } else { print You didnt click any links to get here ; } ? Click me!...
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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!