https://www.php.net/manual/en/contro...tures.goto.php
I have never used a GOTO in php, however I was wondering what your thoughts on using them are?
Would you use GOTO rather than have long nestled if() 's?
I think the only time I have ever used an GOTO is in BASIC scripting language on a zx128k lol
I have never used a GOTO in php, however I was wondering what your thoughts on using them are?
Would you use GOTO rather than have long nestled if() 's?

I think the only time I have ever used an GOTO is in BASIC scripting language on a zx128k lol
Comment