Cserháti Mátyás wrote: > Hello all, > > Was just wondering, how can you declare multidimensional arrays? > > Thx > > Matthew
20081216 1143 GMT-5
<?php
$make = array(
'Ford' => array('F150', 'F250', 'F350'),
'Chevy' => array('1500', '2500', '3500'),
);
print '<pre>';
print_r($make);
print '</pre>';
?>
--
Registered Linux User: #480675
Linux since June 2005
