<?php if (!session_id()) { session_start(); }//connect to the database <html> <head> <title>Here is Your Shopping Cart!</title> </head> <body> <div align="center"> You currently have <?php sessid = session_id(); //display number of products in cart sessid'"; query) or die (mysql_query()); results); echo <br> <table border="1" align="center" cellpadding="5"> <tr> <td>Quantity</td> <td>Item Image</td> <td>Item Name</td> <td>Price Each</td> <td>Extended Price</td> <td></td> <td></td> <?php total = 0; while (results)) { echo "<tr>"; extract(prod = "SELECT * FROM products " . "WHERE products_prodnum='prod2 = mysql_query(prod3 = mysql_fetch_array(prod3); echo "<td> <form method=\"POST\" action=\"modcart.php?action=change\"> <input type=\"hidden\" name=\"modified_hidden\" value=\"<input type=\"text\" name=\"modified_quan\" size=\"2\" value=\"carttemp_quan\">"; echo "</td>"; echo "<td>"; echo "<a href=\"getprod.php?prodid=" . <br>IMAGE</a></td>"; echo "<td>"; echo "<a href=\"getprod.php?prodid=" . products_prodnum . "\">"; echo </a></td>"; echo "<td align=\"right\">"; echo products_price; echo "</td>"; echo "<td align=\"right\">"; //get extended price products_price * extprice; echo "</td>"; echo "<td>"; echo "<input type=\"submit\" name=\"Submit\" value=\"Change Qty\"> </form></td>"; echo "<td>"; echo "<form method=\"POST\" action=\"modcart.php?action=delete\"> <input type=\"hidden\" name=\"modified_hidden\" value=\"<input type=\"submit\" name=\"Submit\" value=\"Delete Item\"> </form></td>"; echo "</tr>"; //add extended price to total total = total; } ?> <tr> <td colspan=\"4\" align=\"right\"> Your total before shipping is:</td> <td align=\"right\"> <?php echo number_format(</td> <td></td> <td> <?php echo "<form method=\"POST\" action=\"modcart.php?action=empty\"> <input type=\"hidden\" name=\"carttemp_hidden\" value=\""; if (isset(carttemp_hidden)) { echo <input type=\"submit\" name=\"Submit\" value=\"Empty Cart\"> </form>"; ?> </td> </tr> </table> <form method="POST" action=<checkout.php>> <input type="submit" name="Submit" value="Proceed to Checkout"> </form> <a href=<cbashop.php>>Go back to the main page</a> </div> </body> </html>
(C) Æliens 20/2/2008
You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.