<?php
$i=1;
while($i<=5)
{
echo “The number is ” . $i . “<br />”;
$i++;
}
?>
Hasilnya:
The number is 2
The number is 3
The number is 4
The number is 5
The number is 6
<?php
$i=1;
while($i<=5)
{
echo “The number is ” . $i . “<br />”;
$i++;
}
?>
Tidak ada hal yang spesial, cuman Blogger yang hanya sebatas tau tentang dunia Programer
EmoticonEmoticon