Our Projects
if($categoryno1<>"0") {
?>
$strquery1010="select * from category where categoryno='$categoryno1'";
$result1010=mysql_query($strquery1010);
$row1010=mysql_fetch_array($result1010);
$strquery2000="select * from products where categoryno='$categoryno1' order by priority asc limit " . $start . "," . $perPage;
$result2000=mysql_query($strquery2000);
$totalrecords2000=mysql_num_rows($result2000);
?>
if ($totalrecords2000==1){
$width="228";
}else if ($totalrecords2000==2){
$width="474";
} else {
$width="720";
}
?>
$i=1;$j=1;
while($row2000=mysql_fetch_array($result2000)) {
$productsno=$row2000["productsno"];
$productscode=$row2000["productscode"];
$categoryno1=$row2000["categoryno"];
if ($j==2)
{
echo "
| ";
}
if ($j==3)
{
echo "
| ";
}
if ($j==4)
{
echo "
|
|
|
|
|
";
$j=1;
}
?>
$strquery1008='select * from productsdesc where productsno="'.$productsno.'"';
$result1008=mysql_query($strquery1008);
$totalrecords1008=mysql_num_rows($result1008);
$countd=0;
if($totalrecords1008<>"0") {
?>
while($row1008=mysql_fetch_array($result1008)) {
$countd++;
$productsdesc=$row1008["productsdesc"];
?>
} ?>
} ?>
" alt="" class="img-responsive" />
} ?>
$j++; $i++; } ?>
} else {?>
Currently, there is no products to display.
} ?>
include ("ibottom.php") ?>