Can someone help me finish the WHERE statement? -based on itemID from cart contents
I want to display only those records whose cart's content "itemID" is in the cart.
BUT the cart contents do NOT contain ALL the information that the corresponding db table has in it (which I want to display here).
The final objective is show the item's additional information on the confirm.php page below the shopping cart display.
Can someone help me finish the WHERE statement?
SELECT *
FROM PD_Courses
**eCart Contents ItemID*****help needed here*****eCart Contents ItemID**
WHERE PD_Courses.CoursesID = <?php echo $eCart1->DisplayInfo("ID"); ?>
??????
ORDER BY DisplayOrder ASC
Thank you in advance your time and know-how,
John