Please login to start chat

ICT Solutions 2019-01-22 11:34:07
Category : php tutorials

Do while loop in php

<?php
$count = 1;
$message = 'Hello!';
do {
  echo $count.'. '.$message.'</br>';
  $count ++;
}
while($count<=10)
?>

Comments:

No comment to show.

Available Services
Download Android Application