hi
i was looking for a function "goto" in php like we have in other languages but i can find nothing.
what is the solution for do that in php?
thanks for your help
Printable View
hi
i was looking for a function "goto" in php like we have in other languages but i can find nothing.
what is the solution for do that in php?
thanks for your help
There is no goto in PHP. You can use for,if and switch constructs instead. There were discussions of adding a goto like ability to PHP 6. I am unsure as to weather they were upheld.
First you would only be able to use them in loops. Second you would only be able to jump forward:
http://www.php.net/~derick/meeting-n...ml#adding-goto