PHP stripos fails, don't know why..
GameDev.net Hello. I've got cURL set up to return the result of a http request as a string: $ curl = curl_init($ URL); curl_setopt($ curl, CURLOPT_HEADER, 0); curl_setopt($ curl, CURLOPT_HTTPAUTH, CURLAUTH_ANY); curl_setopt($ ch, CURLOPT_FOLLOWLOCATION, 1); … |