Matthew Cserhati wrote:
> Dear Wade,
> 
> Thanks, how about an ampty multidim array?
> 
> Sorry for not being more specific previously.
> 
> Matthew
> 
> --- In php_mysql@yahoogroups.com, Wade Smart <w...@...> wrote:
>> 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
=

20081017 0621 GMT-5

$a = array( 0 => array());

-- 
Registered Linux User: #480675
Linux since June 2005

Reply via email to