Quote:
Originally Posted by Nembrionic
try elseif
|
Tried this, it seems to only work when I have
Code:
elseif ($anchor=="")
But I want the else if to be all other traffic. Not broken down by referring domains. Any suggestions for that?
Quote:
Originally Posted by Nembrionic
Also, what is "===" doing there? There's one too many.
Should be "=="
|
Quote:
Originally Posted by grumpy
try == ;)
|
Ok took out the extra "=" 's.