<? $dinner = array('A','B','C'); $dishes = count($dinner); print "There are $dishes things for dinner."; ?>