continue statement in PHP

continue statement in PHP will cause a loop to start from the beginning. Even so there could be other code in a loop, it will not be executed.

Comments

Popular posts from this blog

Absolute and relative path in HTML pages

Errors

goto PHP operator