Hi,
What is difference/better between:
?PHP Code:$ary['x']= array('a'=>11111, 'b'=>22222, 'c'=>33333... );
VS
$ary['x']['a']= 11111;
$ary['x']['b']= 22222;
$ary['x']['c']= 33333;
...
Thanks for help.
|
Results 1 to 2 of 2
|
Click Here to Expand Forum to Full Width |