require_once("include/defs.php");
$file = basename($_SERVER["PHP_SELF"], ".php");
$page = substr($file,7);
$rowtotal = ($page-1) * 100;
?>
Site Map DVD players, MP3 players, Digital Cameras from Valueshop - Buy at the best UK prices
Buy DVD players, MP3 players, Digital Cameras from Valueshop - Buy at the best UK prices
We sell discount dvd players, MP3 players, Digital Cameras
| include "headcat.php"; ?> |
| include "leftbar.php"; ?> |
|
| Find the best electronics items |
| |
$qry = "Select pagename,name,catid From tblproducts Where active='Y' ORDER BY pid DESC Limit $rowtotal,100";
$res = mysql_query($qry);
?>
while ($row = mysql_fetch_array($res)) {?>
 |
|
$row = mysql_fetch_array($res);
if ($row){?>
 |
|
} ?>
$row = mysql_fetch_array($res);
if ($row){?>
 |
|
} ?>
}
mysql_free_result($res); ?>
|
|
|
|
| include "footer.php"; ?> |