Re: Opposite of $respose->is_success

2002-02-22 Thread Peter Scott
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

Re: Opposite of $respose->is_success

2002-02-21 Thread Peter Scott
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

RE: Opposite of $respose->is_success

2002-02-20 Thread Timothy Johnson
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