l@redhotsw
eeps.com To: [EMAIL PROTECTED]
cc:
08/02/01 Subject: If Statement
eve H.
-Original Message-
From: Michael Fowler [mailto:[EMAIL PROTECTED]]
Sent: Sunday, August 05, 2001 10:02 PM
To: Steve Howard
Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: Re: If Statement won't work
On Sun, Aug 05, 2001 at 09:51:15AM -0500, Steve Howard wrote:
> By any chance
On Sun, Aug 05, 2001 at 09:51:15AM -0500, Steve Howard wrote:
> By any chance are you using Activestate? I have no explanation, but I have
> run across two or three times when everything should have worked, the
> variable evalueated to what it should have been, but the if refused to
> return true
gt; >From: [EMAIL PROTECTED]
> >To: [EMAIL PROTECTED]
> >Subject: If Statement won't work
> >Date: Thu, 2 Aug 2001 11:22:25 -0500
> >
> >Can anyone tell me why my if statement refuses to work? It is really
> >simple. I can't understand it.
> >
&g
en in this.
Steve H.
>From: [EMAIL PROTECTED]
>To: [EMAIL PROTECTED]
>Subject: If Statement won't work
>Date: Thu, 2 Aug 2001 11:22:25 -0500
>
>Can anyone tell me why my if statement refuses to work? It is really
>simple. I can't understand it.
>
>$winner
quot;print"
statement ;-). Oh Yeah! ...make sure your code is executable (chmod +x
).
Ron
>From: [EMAIL PROTECTED]
>To: [EMAIL PROTECTED]
>Subject: If Statement won't work
>Date: Thu, 2 Aug 2001 11:22:25 -0500
>
>Can anyone tell me why my if statement refuses to work?
At 11:22 AM 8/2/2001 -0500, [EMAIL PROTECTED] wrote:
>Can anyone tell me why my if statement refuses to work? It is really
>simple. I can't understand it.
>
>$winner = 1;
>if($winner == 1){
>print "$winner\n";
>}
Are you expecting the word "winner" to appear??? I've sometimes got so lost
in c