MySQL Forums
Forum List  »  PHP

PHP and labels
Posted by: Kostas Tsirigos
Date: September 19, 2005 04:36AM

Hello!

I would like to know if in PHP there is something like labels, ie:

if (condition)
{
goto ...
}

or, if not, how can you direct to skip some lines of code when certain conditions are present and go to another point of the code and continue executing from there on.

Thanx very much!

Options: ReplyQuote


Subject
Written By
Posted
PHP and labels
September 19, 2005 04:36AM
September 19, 2005 07:34AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.