<?php //decleartion of an array $num = array(1,2,4,6,3); //printing the array elements foreach($num as $ar){ echo $ar.'<br>'; }?>
No comments:
Post a Comment