Re: [PHP] if else while statement speed
have you thought about usiing a switch statement that way all the if or else if statements are not checked against? ie if ($option1) > { do_1(); } > elseif ($option2) > { do_2(); } > // ... continue for 10 or more options... > } > ?> - Original Message - From: "Dan Anderson" <
RE: [PHP] if else while statement speed
[snip] http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php