Page is a not externally linkable
scraptoft - 9:18 pm on Sep 16, 2009 (gmt 0)
Hows this sound? Am I on the right track? session_start(); $referer = $_SESSION['referer']; and then: I can't test it right now, will do so in the morning.
Hi d40sithui thanks for your help, I just did a quick search and this is what I came up with.
$_SESSION['referer'] = $_SERVER['HTTP_REFERER'];
header("Location:$referer");