> 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
> frustrating! :) you have others but this is the big one.
Thanks!!! I was really naive!!!
The other errors were all fixed (lots of them were caused by a Copy-paste
operation from UE to OE...)
Anyway you were really helpful!!!!
Thanks a lot!!!!
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]