Jump to content

Multi Dimensional Array - foreach


tarun

Recommended Posts

This Is A Quick Multi Dimensional Array That Ive Put Together

<?php
$itemList = array(

'000001'=>array('ID' => '000001','name' => 'Item 1','price' => '99.99','img' => 'images/1.jpg','cat' => 'Category 1'),

'000002'=>array('ID' => '000002','name' => 'Item 2','price' => '49.99','img' => 'images/2.jpg','cat' => 'Category 2')

);
?>

 

How Do I List The Items Info Using foreach

 

 

 

Thnx,

Tarun

Link to comment
https://forums.phpfreaks.com/topic/44144-multi-dimensional-array-foreach/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.