At 05:26 PM 2/21/02 -0800, I wrote:
>At 02:00 PM 2/21/02 +1030, Daniel Falkenberg wrote:
>>Hey all,
>>
>>Just wondering if any one know what the oposite of $response->is_success
>>in the code below? I have tried $response->is_fail and
>>$response->is_failure.
>
>Oh so close :-)
>
>$response->is_e
At 02:00 PM 2/21/02 +1030, Daniel Falkenberg wrote:
>Hey all,
>
>Just wondering if any one know what the oposite of $response->is_success
>in the code below? I have tried $response->is_fail and
>$response->is_failure.
Oh so close :-)
$response->is_error
>I have also RTFM but I can't find anywh
What about this:
if(!$response->is_success);
-Original Message-
From: Daniel Falkenberg [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 20, 2002 7:30 PM
To: [EMAIL PROTECTED]
Subject: Opposite of $respose->is_success
Hey all,
Just wondering if any one know what the oposite of $r