Is there anyway of grabbing information from
the browser as to where a user may have come from (referring page, search
engine, etc.)? And if so, how would I go about getting it?
Use phpinfo(), you will see the contents of all predifined variables. You could use '$HTTP_REFERER' but this does not work with all clients/websites.

Willem Vooys


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



Reply via email to