SitePoint Sponsor |
|
User Tag List
Results 1 to 2 of 2
Thread: Nice 'n Easy array display
-
Jan 11, 2005, 06:39 #1
- Join Date
- Jan 2005
- Location
- ss
- Posts
- 5
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Nice 'n Easy array display
I use this every day,it's extremely helpful
<?php
print "<pre>";
print_r($array);
print "</pre>";
?>
-
Jan 11, 2005, 07:11 #2
- Join Date
- Aug 2004
- Location
- Manchester UK
- Posts
- 13,807
- Mentioned
- 158 Post(s)
- Tagged
- 3 Thread(s)
Very true!
NOTE: works for any array such as $_SESSION, $_FILES, $_GET, $_POST etcMike Swiffin - Community Team Advisor
Only a woman can read between the lines of a one word answer.....
Bookmarks