Hi, I am a newbie to php.
I would like to make a php page to show 5 identical image in a row. As following:
But my code doesn't work
Thanks for any advice!PHP Code:<?
$ImageNumber=5;
do{
--$ImageNumber;
echo "<img src="Image.png" width:"30px";>"
} while ($ImageNumber<=0);
?>![]()




Reply With Quote
Bookmarks