push to multi dimensional
Can somebody tell me how to array_push() to a multi dimensional array.
I have tried
array_push($arrList["item"], $item);
array_push($arrList["project"], $project_name);
and get the following messages
Warning: array_push(): First argument should be an array in /file.php
Thank You
mike
__________________
Peace
Mike
http://www.eclecticpixel.com
|