session_start(); include_once("functions.php"); session_register ("viewedProducts"); $products=$_SESSION['viewedProducts']; $numYears=date("Y") - 1992; ?>
| include("newheader.php"); ?> | ||
| include("newleftside.php"); ?> | Check Order Status
| if($products) { ShowRecentProducts($products, 5, 1); } ?> LastViewed(5); ?> MostViewed(5); ?> |
| include("footer.php"); ?> | ||