Please login to start chat

ICT Solutions 2019-01-22 11:30:27
Category : php tutorials

While loop in php

<?php
$text = 'I am Thet Naing Win.';
$count = 1;
while($count <= 10){
  echo $count. ' '.$text.'!</br>';
  $count ++;
}
?>

Comments:

No comment to show.

Available Services
Download Android Application