I have a VERY simple script and I'm sure its obvious why it doesnt work, but I just cant seem to see the reason.
$gooobyes=array(1 => "bye", 2 => "adios", "toodles", "g2g", "bbl");
echo(count($goodbyes));
the output is always "0" or "00" or "000"
Any ideas?