I need the value of $site
If I use this code:
Code: Select all
if (preg_match ("/www.mydomain.com/i", "$HTTP_REFERER")) {
$site = "hprp";
}Any ideas on how I see the URL the first time I land?
Moderator: General Moderators
Code: Select all
if (preg_match ("/www.mydomain.com/i", "$HTTP_REFERER")) {
$site = "hprp";
}