
Peter Holfelder - 2007-03-23 15:13:58
Thanks, Keith, for writing this class!
I tried to run it with PHP 5.1.6 and found that it always showed me as offline. I added the following line before line 10 and then I was good to go:
curl_setopt($ch, CURLOPT_HEADER, 1);
Pete