Likes Received By ultrasonic
-
Random Guy liked ultrasonic's post in the thread If referrer statement - +rep for help!.
Actually it would be... if(stristr($_SERVER['HTTP_REFERER'], "yoursite.com")){ // from your site }else{ // not from here }
Apr 7, 2009 -
edual200 liked ultrasonic's post in the thread php if statement help.
if(($number < 2000) && (!strstr($useragent, “Googlebotâ€)) && (!IsSet($cookiename)){ echo "this"; }else{ //dothisinstead }
Apr 4, 2009