<?php
/*write a script for print 5 times hello world using for loop*/
for($i=1;$i<=5;$i++)
{
echo "hello world".'<br>';
}
?>
/*write a script for print 5 times hello world using for loop*/
for($i=1;$i<=5;$i++)
{
echo "hello world".'<br>';
}
?>
If you intelligent or smarter then try it out more interesting thing in world or internet
Comments