Search found 1 match
- Sat Jun 13, 2009 2:07 am
- Forum: PHP - Code
- Topic: Output a Multidimensional Array
- Replies: 1
- Views: 274
Output a Multidimensional Array
Hi there. I'm a newbie and I'm learning about multidimensional arrays. Below is some code which creates an array called $myarray. My aim is to output the following: The value of myarray1 is: ACC201 ACC202 ACC203 The value of myarray2 is: BBA201 BBA202 BBA203 BBA204 BBA205 Question is how? I've exper...