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"); ?> |
|
| » |
|
| |
|
$myqry=mysql_query("select * from tbl_items where ItmID='".$ItmID."'")or die(mysql_error());
if(mysql_num_rows($myqry)>0){
$rs=mysql_fetch_array($myqry);
$simg='';
if (file_exists($itmimgs1.$rs["ItmlImg"]) && $rs["ItmlImg"]<>''){
$simg=$itmimgs1.$rs["ItmlImg"];
}else{
$simg=$itmimgs1."defsimg.jpg";
}
?>
}
?>
|
| |
|
|
|
|
| include("footer-inc.php"); ?> |
|