Hello,
I have the following
$reffer = $_SERVER['HTTP_REFERER'];
I want to see if the $reffer has a ? in it.
if it does assign a $query = 1 else $query = 0
thanks chris
read the man page on [man]strpos[/man]
Thank you!!
Chris