RE: [PHP] Re: GOTO command. Doest it exist?

2002-06-11 Thread Jay Blanchard
[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

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

2002-06-11 Thread Carlos U. Cirello Filho
@niigziuo4ohhdt">news:000e01c21183$ab49e590$8102a8c0@niigziuo4ohhdt... [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

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

2002-06-11 Thread Scott Hurring
o Jay Blanchard [EMAIL PROTECTED] wrote in message 000e01c21183$ab49e590$8102a8c0@niigziuo4ohhdt">news:000e01c21183$ab49e590$8102a8c0@niigziuo4ohhdt... [snip] Subject: Re: [PHP] GOTO command. Doest it exist? [/snip] No, and you don't need it. The reason? Ask yourself, what is the