On Sunday 28 April 2002 02:59, Jim Long wrote:
> Hi,
>
> I've got the following statement for a state options menu.
> How can this be expressed in a simple manner for all 52 states?
>
>
> //choose state
>
> if ($state == "AL") {
>
> // include class
> include("CalcAL.class.inc");
> }
>
> else if ($state == "AR") {
Take a look at the switch construct.
--
Jason Wong -> Gremlins Associates -> www.gremlins.com.hk
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *
/*
Parsley
is gharsley.
-- Ogden Nash
*/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php