[PHP-DB] Referring web page

2005-02-28 Thread Ron Piggott
I want to change my question --- Is there a way to check the referring web page --- IE where the link came from and what would that variable name be? I mean this in the same fashion that $_SERVER['REMOTE_ADDR'] gives you the IP address of the user. Ron -- PHP Database Mailing List

RE: [PHP-DB] Referring web page

2005-02-28 Thread Bastien Koert
$_SERVER['HTTP_REFERER'] is what you want bastien From: Ron Piggott [EMAIL PROTECTED] To: PHP DB php-db@lists.php.net Subject: [PHP-DB] Referring web page Date: Mon, 28 Feb 2005 22:30:32 -0500 I want to change my question --- Is there a way to check the referring web page --- IE where the link