<?
    
    $dizi=array{1,2,3,4,5,6,7,8,9};
    for($i=0; $i<9; $i++)
    {    
        echo "$dizi[$i] ";
    }
?>
Dene bir.

_http://php.net/Array