Hi, You can use this function to dispaly the result array print_r(firstarray[0]); --- On Wed, 4/6/08, Raul Berina <raul_berina_fq@xxxxxxxxx> wrote: From: Raul Berina <raul_berina_fq@xxxxxxxxx> Subject: Array Question To: "PHP Object" <php-objects@xxxxxxxxxxxxxxx> Date: Wednesday, 4 June, 2008, 6:26 AM [0] => Array ( [0] => Array ( [id] => 4321 [name] => domainstats [title] => Domain Stats [icon] => /icons/widget/ 1234.png [description] => This is an example of Garbages code by (RAUL BERINA) [width] => 2 ) [1] => Array ( [id] => 41222 [name] => trafficstat [title] => Traffic Stats [icon] => /icons/widget/ 1234.png [description] => This is an example of Garbages code by (RAUL BERINA) [width] => 2 ) ) I have an array result like above.. how can I get the result like only from above array?: [0] => Array ( [id] => 4321 [name] => domainstats [title] => Domain Stats [icon] => /icons/widget/ 1234.png [description] => This is an example of Garbages code by (RAUL BERINA) [width] => 2 ) [1] => Array ( [id] => 41222 [name] => trafficstat [title] => Traffic Stats [icon] => /icons/widget/ 1234.png [description] => This is an example of Garbages code by (RAUL BERINA) [width] => 2 ) [Non-text portions of this message have been removed] From Chandigarh to Chennai - find friends all over India. Go to http://in.promos.yahoo.com/groups/citygroups/ [Non-text portions of this message have been removed]