Re: reduce the following code "if ($colorVar == 'Black' || $colorVar == 'Red' || $colorVar == 'White' || $colorVar == 'Blue' ){"

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



<?php
$allColor = array('Black','Red','White','Blue');
if (in_array($colorVar, $allColor)) {
 $someVar = 'Something';
}
?>

/frank



2005-03-23 kl. 09.54 skrev Lupita:

Hello;
Can any one show me a way to reduce the following code?
######################################################
<?php
if ($colorVar == 'Black' || $colorVar == 'Red' || $colorVar == 'White' ||
$colorVar == 'Blue' ){
$someVar = "Something";
}
?>
########################################################
I was thinking there must be a way to place all the Colors into a
$allColorVar and check to see if $colorVar = $allColorVar?


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php





________________________________________________
Frank Arensmeier
Marketing Support

NIKE HYDRAULICS AB
Box 1107
631 80 Eskilstuna
Sweden

tel +46 16 82 34
fax +46 16 13 93 16
email: frank.arensmeier@xxxxxxxxxxxxxxxxx
www.nikehydraulics.com

[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux