--- [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
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 ($
2 matches
Mail list logo