jumpingrightin
2011-07-24 04:38:26 UTC
How do I assign the value $part_number and $description to a two dimensional array in a while loop?
$inventory_item[][] = $part_number . $description
That won't work...
So how do I assign $part_number to the first array (on the left) and $description to the second array (on the right)? Thanks!