180 links
BigBrainBag
Home
Login
RSS Feed
Tag cloud
Picture wall
Daily
Links per page:
20
50
100
page 1 / 1
1 results tagged
array
x
php print_r nice table - Stack Overflow
Here is a very simple way to print pretty arrays with html pre tag:
<?php
$myarray = array('a','b','c');
echo '<pre>';
print_r($myarray);
echo '</pre>';
?>
Sat Feb 6 22:38:10 2021 *
- permalink
-
-
-
https://stackoverflow.com/questions/1386331/php-print-r-nice-table
array
html
php
pretty
print
Links per page:
20
50
100
page 1 / 1