@session_start();
require_once("include/db_pages.php");
$txt_Id = "17";
$call = new clsPages();
$result=$call->get_pages_row($txt_Id);
if(mysqli_num_rows($result)){
if($result){
$row = mysqli_fetch_array($result);
$txt_pagesTitle = $row['pagesTitle'];
$txt_pagesDescription = $row['pagesDescription'];
$txt_pagesKeyword = $row['pagesKeyword'];
$txt_pagesDetail = $row['pagesDetail'];
$txt_fileName = $row['fileName'];
}
}
?>
|
|
|
include("include/db_product.php");
$call = new clsProduct();
$result = $call->get_product_list();
if(mysqli_num_rows($result)){
if($result){
while($row = mysqli_fetch_array($result)){
$txt_productId = trim($row['productId']);
$txt_productName = trim($row['productName']);
$txt_productTitle = trim($row['productTitle']);
$txt_categoryName = trim($row['categoryName']);
$txt_productDetail = trim($row['productDetail']);
$txt_fileName = $row['fileName'];
?>
}
}
}
?>
|
include "footer.php"; ?> |