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

2002-06-11 Thread Carlos U. Cirello Filho
, Carlos Cirello - Original Message - From: Rodolfo Gonzalez To: Carlos U. Cirello Filho Sent: Tuesday, June 11, 2002 3:33 PM Subject: Re: [PHP] GOTO command. Doest it exist? On Tue, 11 Jun 2002, Carlos U. Cirello Filho wrote: Yes... and it seems that there ain't any GOTO command

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