php CODE
php CODE
php
error_reporting(E_ALL);
ini_set('display_errors', '1');
?>
<?php
include "storescripts/connect_to_mysql.php";
$dynamicList = "";
$total_row = mysql_fetch_assoc($sql1);
$tots = $total_row['tot'];
if ($productCount > 0) {
$db_Arr = array();
while($row = mysql_fetch_assoc($sql)){
$db_Arr[$count]['id'] = $row["id"];
$db_Arr[$count]['product_name'] = $row["product_name"];
$db_Arr[$count]['price'] = $row["price"];
++$count;
<tr>
</tr>
</table>';
else{
}
mysql_close();
?>
<html xmlns="http://www.w3.org/1999/xhtml">
<style type="text/css">
<!--
-->
</style>
<body>
<div id="templatemo_container">
<div id="templatemo_header_section">
</div>
</div>
<div id="templatemo_content">
<div id="templatemo_content_left">
</div>
<div id="templatemo_content_right">
<h2>Website Guides</h2>
<p>Here is a little guide to help you through the site for easy accessibility.</p>
<p>The page you are currently looking at only display five (5) of our latest food
available.</p>
<p>On the 'Products' link above beside the Home link displays all the foods we have for
order at the moment.</p>
<p>Click on the view Food details to see more information about the food. </p>
<p>from there you can either click to see an enlarger version of the food or/ and proceed
to ordering or buying of the food. </p>
<p>the site is an easy to use site please drop a comment with us, to help us serve you
better</p>
<a href="#"><img alt="Delivery Now" src="images/templatemo_pizza_delivery.jpg" /></a>
</div>
<div id="templatemo_card"></div>
</div>
<div id="templatemo_container_end">
</div>
</div>
</div>
<div>
</div>
<span class="style1"></span>
</body>
</html>