Iterate over database table values
问题 I have a problem with trying to iterate over the amount of results returned in a query,I have a database table called Cart with the following fields: ItemCode //Unique Code of Item ItemDesc //Description / Name ofItem ItemUnitPrice //Unit Price for Item ItemCategory //Category of Item e.g. Books, CD, DVD etc... Quantity //Quantity of Item(s) in cart I want to loop over all the records displayed in my display.php (which simply prints all the data in the Cart table) and then multiply the