Hi Guys,
I would like to create an array with the item id as the key and quantity as the value. In the below query $getitemline[itemid] contains the itemid and $getitemline[quantity] holds the quantity. How would I do this??? Thanks
Tracy
while( $getitemline=mysql_fetch_array($getitemresult, MYSQL_ASSOC)){
}