<?php $user = array(5,10,15,20,25,30,40,50); for($i=0; $i<$user.length; $i++): echo $user[$i].' '; endfor; ?>