Jump to content

Array


willpower

Recommended Posts

[!--quoteo(post=350959:date=Mar 2 2006, 09:27 AM:name=marker5a)--][div class=\'quotetop\']QUOTE(marker5a @ Mar 2 2006, 09:27 AM) [snapback]350959[/snapback][/div][div class=\'quotemain\'][!--quotec--]
print_r($array) works great for me
[/quote]

yep, and it's really helpful to put it within <pre> tags, too:

[code]
echo "<pre>\n";
print_r($array);
echo "</pre>\n";
[/code]
Link to comment
https://forums.phpfreaks.com/topic/3912-array/#findComment-13546
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.