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 -
    QRCode
    - archive.org - https://stackoverflow.com/questions/1386331/php-print-r-nice-table
    array html php pretty print
Links per page: 20 50 100
page 1 / 1
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation