CihanAksoy adlı üyeden alıntı: mesajı görüntüle
return str_replace(array("\n","\t","\r"), null, $response);
Bu bölümü

if ( preg_match('|<table>(.*)<\/table>|si', $response, $output) )
    return $output[1];
else
    return false;
Şununla değiştirin

hocam çok teşekkür ediyorum..