include("admincp/config.inc");
include("icodes.php");
//$msecHead="msecHead";
//$secHead="secHead";
$page_name="products.php";
if(!isset($start)){
$start = 0;
}
if(isset($_GET["start"])){
$start = $_GET["start"];
}
$eu = ($start - 0);
$limit = 16;
$thisp = $eu + $limit;
$back = $eu - $limit;
$next = $eu + $limit;
$query2=$sqlp;
$result2=mysql_query($query2);
echo mysql_error();
$nume=mysql_num_rows($result2);
//echo($start);
//echo($sqlp);
?>
|
| include("header-inc.php"); ?> |
|
| include("leftmenu-inc.php"); ?> |
|
| » |
|
$pqry=mysql_query($sqlp." limit $eu, $limit") or die(mysql_error);
?>
if($back >=0) {
?>
| Back |
}
?>
$i=0;
$l=1;
for($i=0;$i < $nume;$i=$i+$limit){
if($i <> $eu){
echo "$l | ";
}else{
echo "$l | ";
}
$l=$l+1;
if($i < $nume){
$pLast=$i;
}
}
?> |
if($thisp < $nume) {
?>
Next |
}
?>
|
if(mysql_num_rows($pqry)>0){
$i=1;
?>
while($rs=mysql_fetch_array($pqry)){
$txtLnk2="large.php?IDZ=".$rs["ItmID"]."-0-0-".$rs["SecID"]."-".$rs["MSecID"];
?>
|
if ($i%4==0){
echo(" ");
}
$i=$i+1;
}
?>
}else{
?>
| COMING SOON |
}
?>
|
| |
|
|
|
|
| include("footer-inc.php"); ?> |
|