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

bende bunun sonucu

X-Powered-By: PHP/5.2.0
Content-type: text/html

123456789

böyle çıkıor?