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']; } } ?>
   

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']; ?>