//session start
session_start();
if($s_name=='')
{
header("location:ProductLine.php?gar=2sdfsd2sdfs2432sd234324sf2423");
}
//paging
if($k=="")
{
$k=0;
}
//***************************OPEN DATABASE CONNECTION FILE******************************
include("connection.php");
//********************************FINISH************************************************
//***************************SELECT DATE FROM PART TABLE ******************************
//$SelectPartsDate = mysql_query("select * from products order by ProductID ASC");
$SelectPartsDate = "select * from products order by ProductID ASC";
$countQuery=mysql_query($SelectPartsDate);
$dataNo=mysql_num_rows($countQuery);
// Set paging limit 50
$sqlLimit=$SelectPartsDate." limit $k,50";
$sql1=mysql_query($sqlLimit);
//********************************FINISH************************************************
?>
:: Welcome to SNT-USA :: >