[snip]
Subject: Re: [PHP] GOTO command. Doest it exist?
[/snip]

No, and you don't need it. The reason? Ask yourself, "what is the use of a
GOTO?". Usually GOTO indicates a function of some sort, which you could
easily replicate with a function() or switch() if you need to send your
application in a different direction depending upon a set of circumstances.

HTH!

Jay



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to