@ -6,6 +6,7 @@ A `while` loop executes statements within the loop as long as the loops conditio
|
|||||||
|
|
||||||
### Syntax:
|
### Syntax:
|
||||||
```php
|
```php
|
||||||
|
<?php
|
||||||
$x = 0;
|
$x = 0;
|
||||||
while ($x < 11) {
|
while ($x < 11) {
|
||||||
statement1;
|
statement1;
|
||||||
|
Reference in New Issue
Block a user