Re: [PHP] Help with Logical 'OR'

2002-01-28 Thread jv
ing (!empty) or (!isset). I recall reading something about that if a cetrtain envioronmental variable isn't set to 'on' on the server then... I'm not sure what I'm talking about so I'll try to look it up again. I know that I could just nest functions but I'm tryi

[PHP] Help with Logical 'OR'

2002-01-28 Thread jv
It seems that only the first condition is being evaluated. I know that if both of the following conditions are false then the second set of statements should get read, and that's what happens, but when I set $name to true and $text to false (true||false) then the first set gets read. Shouldn't