PHP Classes

always return a false value

Recommend this page to a friend!

      checkIM  >  All threads  >  always return a false value  >  (Un) Subscribe thread alerts  
Subject:always return a false value
Summary:This doesn't make any checking in my case.
Messages:1
Author:Aniesh Joseph
Date:2008-11-13 21:36:50
 

  1. always return a false value   Reply   Report abuse  
Picture of Aniesh Joseph Aniesh Joseph - 2008-11-13 21:36:50
Hi,

I have checked this class with a Yahoo ID and it always return a False Value. I have tried the class by:

<?php
include 'checkIM.php';

$checkIM = new checkIM();

if($checkIM->checkStatus('yahoo', 'vn_torgesta'))
{
echo "<BR> $account is Online";
}
else
{
echo "<BR> $account is NOT Online!!";
}

?>



Any updates would be great!

Thank You.