no, when I run this query,
SELECT itemProdId, itemCustId, itemProdQty, itemProdSize, sizeUnitPrice, itemOrdId
FROM items, sizes
WHERE itemOrdId =36
AND itemCustId = -1
AND itemProdId = sizeProductId
i get 4 rows with itemOrdId=36, when i browse my items table in phpmyadmin there is only one row...