"John W. Holmes" <[EMAIL PROTECTED]> wrote:
> I think the problem is just the incorrect use of a switch. If you change
> your code to
> 
> switch(1)

Or,

  switch(true)
 
for that matter...

- E


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

Reply via email to