to display array nicely
<?php //add <pre> tags and use print_r ECHO ('<pre>'); print_r($array); ECHO ("</pre>");