Pretty Show PHP Array

echo "<pre>";
print_r($array);
echo "</pre>";
Alibx5