Re: [PHP] if else while statement speed

2003-09-03 Thread Chris Sherwood
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

2003-09-03 Thread Jay Blanchard
[snip] http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php