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

2002-06-11 Thread Carlos U. Cirello Filho
OK, Anyway goto's are bad and wrong things... And one shouldn't use it. I am wrong in trying to solve such problem using it. But I was really amazed that PHP did not have goto Kind Regards, Carlos Cirello "Jay Blanchard" <[EMAIL PROTECTED]> wrote in message 000e01c21183$ab49e590$8102a8c

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

2002-06-11 Thread Carlos U. Cirello Filho
e manual does not find it > (http://www.php.net/manual) but even if it has, I would advise you not > to use it. Its a throwback to the 1970s before "structured programming". > > Regards > > Chris > > Carlos U. Cirello Filho wrote: > > >I do beg your pardon... B

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

2002-06-11 Thread Carlos U. Cirello Filho
Non sequitur. C is a structured languaged and has goto. Why shouldn't PHP have goto? Sometimes is pointless bundle together HTML and PHP and keep it in a if statement or a function, like this if(TRUE){ ?> SHOW THIS SHOW THAT SHOW THIS SHOW THAT Yes... and it seems that there ain't any GO

[PHP] GOTO command. Doest it exist?

2002-06-11 Thread Carlos U. Cirello Filho
I do beg your pardon... But does PHP not have GOTO command? Am I wrong? Carlos Cirello -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php