<?php $var = 'I love PHP'; for($i=0; $i<5; $i++){ echo $var.'<br>'; //printing 5 times the string var; }?>
No comments:
Post a Comment