Tag Archives: array

Print Array Contents

To print all contents of an array to the screen use;

print_r($array);

Posted in Tech | Tagged , | Leave a comment