Echo Referer's Content?
Posted: Sun Mar 04, 2007 1:22 pm
Let's say I click from this page...
page3.html
and end up at...
phppage.php
How can I echo the contents of page3.html instead of it's url?
page3.html
Code: Select all
<h1>page three</h1>
<a href="phppage.php">php page</a>phppage.php
Code: Select all
$_SERVER['HTTP_REFERER']