Forum Moderators: coopster
How can I convert the referal url to a variable such as $referal.
Thank you in advance.
Mack.
$refferal = $HTTP_REFERER;
If you want to get variables from the referer, look at the user comments at the bottom of this page of the php manual.
[php.net...]