Tuesday, November 26, 2013

PHP Snippets

Output

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

No comments:

Post a Comment