Personally, I kind of like:
switch(1){ default: // BREAK BLOCK START
blah blah blah...
// Want to get out of here...
break;
} // BREAK BLOCK END
It's a little more cumbersome than the while construct, but it is absolutely
guaranteed to only go through once, whilst the "while" ver
> -Original Message-
> From: Anil [mailto:[EMAIL PROTECTED]]
> Subject: [PHP] Function Reqest/Question
>
>
> Is there a func() that will let me break or skip to the END of the ?> code snippet?
>
> I have a file that contains both HTML and PHP.
>
>
>
>
> From: Anil [mailto:[EMAIL PROTECTED]]
> Subject: [PHP] Function Reqest/Question
>
>
> Is there a func() that will let me break or skip to the END of the
> code
> snippet?
>
> I have a file that contains both HTML and PHP.
>
>
>
>
>
>
>
>
Is there a func() that will let me break or skip to the END of the
code
snippet?
I have a file that contains both HTML and PHP.
I know there are several ways of attacking this. Including making a func()
that outputs the footer - skip() containing a bunch of print statements with
the
4 matches
Mail list logo