RE: [PHP] Function Reqest/Question

2001-07-02 Thread Brian White
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

RE: [PHP] Function Reqest/Question

2001-07-02 Thread Matthew Loff
> -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. > > > >

RE: [PHP] Function Reqest/Question

2001-07-02 Thread scott [gts]
> 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. > > > > > > > >

[PHP] Function Reqest/Question

2001-07-02 Thread Anil
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