How can i have a piece of code skip a block of code and go on to process the rest of the page?
shouldn't a normal if{} statement do this for you? I'm guessing you don't want to always skip it...
Hello,
There are lots of different ways to skip blocks of code check out the PHP manual section entitled Chapter 11. Control Structures this should cover all section of code control.
If you had something else in mind.. please let me know.
thanks, - justin