Code Library
Home Submit Free Hosting Link To Us Contacts

PHP Miltidimension array example

PHP Miltidimension array example PHP PHP Miltidimension array example Download (.zip)



<?

$cds = array(
        '1'=>
        array (
                "0" => "Town"
        )
);


echo $cds[1][0];


?>






Tatet