Re: [PHP] switch & continue statements

2002-02-25 Thread Jason Cox
A switch will match the value to one of the cases and then continue executing each line until it encounters the end of the switch block or encounters a 'break'; It doesn't do any other validation after the initial sucessfull case validation. I've never used a continue inside a switch block but I

Re: [PHP] switch & continue statements

2002-02-25 Thread Lars Torben Wilson
On Sat, 2002-02-23 at 20:13, KAT 44 wrote: > Hello, > I'm not sure if this is a newsgroup, list or direct e-mail > address. In any case, I ask of anybody who can answer my > question to *send me an e-mail* at [EMAIL PROTECTED], > and not answer on the list/newsgroup/etc. (Thank you.) I'm reply