RE: php help: http_referer
The variable name you're looking for is $_SERVER['HTTP_REFERER']
Just remember that the same webpage can have more than one URL (with or without www, trailing slash, GET variables etc)
Try making a page with print_r($_SERVER) in it too, to see all of the various ptions available. Be caucious however, this list of variables changes depending on the versoon of apache and OS type
I cannot hear you. There is a banana in my ear.
|