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
[PHP] Function Reqest/Question i dont know of a function to skip to the end of the nearest ?>, and i suspect that there isn't one... you can use other control func's to do what you need, in the context that you're working in... read up on: goto, break, continue, return

RE: [PHP] Function Reqest/Question

2001-07-02 Thread scott [gts]
i dont know of a function to skip to the end of the nearest ?>, and i suspect that there isn't one... you can use other control func's to do what you need, in the context that you're working in... read up on: goto, break, continue, return > -Original Message- > From: Anil [mailto:[EMAI