Re: [PHP] Testing if any of the items are false

2003-02-10 Thread Chris Shiflett
--- [EMAIL PROTECTED] wrote: > How can I do this to determine if one of the items is > false if none are then I what it to print the first > echo of there is one that is false then print the > second echo Sorry, that makes no sense to me. > $test1= "YES"; > $test2= "YES"; > $test3= "YES"; > $test

[PHP] Testing if any of the items are false

2003-02-10 Thread rdkurth
How can I do this to determine if one of the items is false if none are then I what it to print the first echo of there is one that is false then print the second echo $test1= "YES"; $test2= "YES"; $test3= "YES"; $test4= "YES"; $ftest1= "YES"; $ftest2= "NO"; $ftest3= "YES"; $ftest4= "YES"; if ($