Changes

Jump to: navigation, search

PHP Flow Control and Looping

16 bytes removed, 20:13, 27 October 2016
m
Text replacement - "<table border="0" cellspacing="0"> " to "<table border="0" cellspacing="0" width="100%">"
<table border="0" cellspacing="0" width="100%"><tr>
<td width="20%">[[PHP Operators|Previous]]<td align="center">[[PHP Essentials|Table of Contents]]<td width="20%" align="right">[[PHP Functions|Next]]</td>
<tr>
<googlehtmlet>BUY_PHPphp</googlehtmlet>
The ''break'' statement, when encountered in a loop breaks skips all remaining statements in the loop body and breaks the loop. The ''continue'' statement also skips all remaining statements in the loop for the current iteration, but returns to the top of the loop and allows it to continue running.
<googlehtmlet>BUY_PHP_BOTTOMphp</googlehtmlet>

Navigation menu