Re: FN-FORUM: PHP if null show this instead of that
date posted 22nd August 2007 14:20
PuntersPower wrote:
> perfecto :)
>
> thank you
>
>
>> Try this:
>>
>>
No - that's not at all perfect!
The print statement in your if condition always returns 1, so $myrow[17]
will always be printed anyway, and the null condition will never be
executed.
Neil