Re: Advanced Array Help
- From: Mike Willbanks <pencap@xxxxxxxxx>
- Date: Sun, 29 Jan 2006 23:28:23 -0600
$array[#][hardware][#][vendor][#][model] = number
Easy enough to go through the whole array with while(list($k, $v) = each($array))
array(3) { ["Hardware"] => "Desktop PC" ["Vendor"] => "IBM" ["Model"] => "123"
I want to be able to create a report like this using a data set similar to the above array:
Desktop PC -4 IBM - 3 123 - 2 234 - 1 456 - 1 Dell - 1 567 - 1 Laptop - 1 IBM - 1 456 -1
-- Mike Willbanks Zend Certified Engineer http://blog.digitalstruct.com .
- References:
- Advanced Array Help
- From: tpost44
- Advanced Array Help
- Prev by Date: Re: Disable Button after Click?
- Next by Date: Re: Adding GD to php in Windows XP
- Previous by thread: Advanced Array Help
- Next by thread: want a back button to get to the last page...
- Index(es):