Ask a Question related to Dreamweaver AppDev, Design and Development.
-
johnnycage #1
Build shopping cart with php & dreamweaver mx
I try to display the list of items in shopping cart stored in the database....
and i wanna compare with php session_id()... the current is.... <?php
mysql_select_db($database_conn, $conn); $query_listcart = 'SELECT
cart.quantity, products.ProductName, products.UnitPrice, products.ProductImage
FROM cart, products WHERE products.ProductID = cart.productid'; $listcart =
mysql_query($query_listcart, $conn) or die(mysql_error()); $row_listcart =
mysql_fetch_assoc($listcart); $totalRows_listcart = mysql_num_rows($listcart);
?> How do i add a line for $query_listcart, with the value of cart.sessionid
equal to the value of php session_id() ???
johnnycage Guest
-
What is the best shopping cart for Dreamweaver?
I know there are a lot of shopping cart products that advertise they work well with Dreamweaver, but I am looking for advice from people that have... -
Like a Shopping Cart but -NOT- a Shopping Cart
Have you ever seen www.apple.com/store? And if you noticed when you choose G5 for example... you select the kind of MAC and then you can customize... -
Shopping Cart P&P
Why not: For each database inventory item include a nullable 'shipping_cost_factor.' If not set, it defaults to a well known value. This allows... -
shopping cart shopping
Im looking to buy some ecommerce software to hook up to an HTML site. The company will have around 350 products or so to start out, and will be... -
JS shopping cart
peterct07@yahoo.com (Peter Cartwright) wrote in message news:<b6141bd7.0307171525.1c322082@posting.google.com>... Oops wrong forum



Reply With Quote

