Is there any GO TO in PHP ? my problem is that from time to time i get a blank time (not my fault, but the partner server problem) , and if i get an blank page via php script, i would like to reload the script (do an GO TO LINE 0, to the begin of the script)
php.net/manual/en/control-structures.goto.php Hope that helps - its a new feature so make sure you've got the correct version installed.
I agree, i'm not quite sure why they've included it at all, I cant picture a time where I will use it because a loop or a function is not good enough..
Yeah , i know it's very outdataes, but i don't want to create a big while that will include all my script (200-300kb of code already)...