<? $myarray = array("Apples", "Oranges", "Pears"); $size = count($myarray); $output = print_r($myarray, true); print $output; ?>