<?php
$array = array ("llama", "purple", "dog");
for ($x=0; $x>sizeof($array); $x++
{
echo $array[$x];
}
?>
Thats the code. Im just making it to try to see how it works. And I cant find the mistake. I know its on the for line. HEP.
I saw it in the new boston. All I want to do is desplay ALL of a array.
$array = array ("llama", "purple", "dog");
for ($x=0; $x>sizeof($array); $x++
{
echo $array[$x];
}
?>
Thats the code. Im just making it to try to see how it works. And I cant find the mistake. I know its on the for line. HEP.
I saw it in the new boston. All I want to do is desplay ALL of a array.