PHP Print Array

For future reference print_r($array) dumps the contence of an array, very useful for debugging things.

Leave a Reply