Using 'continue' PHP instruction outside the loop [closed]

When it doubt, just try it…

PHP Code

continue;

Result

Fatal error: Cannot break/continue 1 level in C:\wamp\www\menu\circ\inctest.php on line 3

Leave a Comment