Thread
:
Arrays in PHP
View Single Post
Jan 12th, 2006, 8:28 AM
#
2
tempest
Programming Guru
Join Date: Oct 2004
Posts: 1,041
Rep Power:
5
[php]
<?php
$test = array(array(array(1337)));
echo "{$test[0][0][0]} == 1337<br />\r\n";
?>
[/php]
Just a nested array...
__________________
tempest
View Public Profile
Find More Posts by tempest