Search found 2 matches
- Tue Feb 05, 2008 5:12 pm
- Forum: PHP - Code
- Topic: Problem with nested array
- Replies: 2
- Views: 200
Re: Problem with nested array
d'oh, always the smallest thing...
- Tue Feb 05, 2008 5:06 pm
- Forum: PHP - Code
- Topic: Problem with nested array
- Replies: 2
- Views: 200
Problem with nested array
I have the following declaration: ***** PLEASE USE THE TAG WHEN POSTING *****[/color] <?php $gweapons = array( 'knives'=> array('name'=>'Knives', 'cost'=>'50', 'sellback'=>'40', 'imgsrc'=>'knives.jpg'), 'pistols'=> array('name'=>'Pistols', 'cost'=>'125', 'sellba...