sage-
From: Philip Olson [mailto:[EMAIL PROTECTED]]
Sent: 09 May 2001 10:23
To: Gabriele Biondo
Cc: [EMAIL PROTECTED]
Subject: Re: [PHP] Little question
this :
if ... $myOra="" ...
should be more like :
if ... $myOra == "" ...
essentially you're setting $myOr
this :
if ... $myOra="" ...
should be more like :
if ... $myOra == "" ...
essentially you're setting $myOra as blank everytime which evaluates to
true, then it ends up printing the blank, which is not good. regarding
typos, this is a common one and since it reveals no error ... it can be
f
This snippet should be used as an example of badly written and presented
code. It tries too hard to do a simple job and in the result fails dismally.
I suggest Gabrielle, that you try to be a little more careful in your coding
and not so smart. I can find no less than four errors that I put dow
3 matches
Mail list logo