Hello: I would like to know how to client reached the page. ie, many pages have a href to my page. How can I get the info?
thanks in advance for anyone who helps.
Look at the $_SERVER_VARS['HTTP_REFERER'] variable.
Didn't work.
Notice: Undefined variable: _SERVER_VARS in C:\www\mysql.php on line 15
He mis-typed, $HTTP_SERVER_VARS['HTTP_REFERER'] OR THE ONE YOU SHOULD BE USING: $_SERVER['HTTP_REFERER']
It's a predefined variable: http://us2.php.net/variables.predefined