Showing posts with label print_r. Show all posts
Showing posts with label print_r. Show all posts

Tuesday, November 26, 2013

PHP Snippets

Output

This really improves the look of data arrays.
print "<pre>";
print_r($data_array);
print "</pre>";