Larry E . Ullman wrote:
Thanks all makes sense, but, if I add this:
<?php
echo($_SERVER['HTTP_REFERRER']);
?>
I don't get anything back when the page is called?


Yes, that can happen, which is why I said it wasn't perfect. I think using some sort of form to go through is the better option.

Larry

You can use session tracking to accomplish this goal. Simply have the required page set a variable in the session that the "protected" page checkes for.


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to