Posted by Brian on 05/26/05 23:06
Hi all
whats wrong with this?
if ( (strtolower($myrow[status]) != 'n') || (strtolower($myrow[status]) !=
'u') ) {
........
}
I'm trying to say if $myrow[status]) if not 'n' or 'u' then do X but it's
just not
playing ball here? I have tried putting in brackets, taking them out, moving
them about and all sorts, just can't get it to work
Brian
[Back to original message]
|