> I have tried the online documentation and it either errors 
> out on me or cannot find anything when I search on case.  
> Can someone tell me if PHP supports case statements (or 
> do I just need to do a series of ifs?) and if so where I can 
> find them detailed in the online docs?

You want:

switch();

Chris

Reply via email to