<?php 
include "../include/canhonoibat.php";
?>
							<br>
							
							<div style="width: 686px;padding-top:20px;float:left;">
								<div style="margin-left: 10px; margin-top: 10px; font-family: tahoma; font-size: 18px;
									font-weight: bold; color:#890C29; text-transform:uppercase;">
									PHONG THỦY
								<hr style="color: rgb(211, 232, 248);" width="680" size="1"/>
								</div>
							
									<?php 
include "../BUS/phongthuyBUS.php";
$rs = phongthuyBUS::getPhongThuy();
// $rs1=phongthuyBUS::getHinhAnh();
$curPage = 1;
$totalItems = null;
$business = null;
if (isset($_REQUEST['page'])) {
    $curPage = $_REQUEST['page'];
}
$maxItems = 5;
$maxPages = 25;
$offset = ($curPage - 1) * $maxItems;
$strLink = "phongthuy.php?";
$strSQL = "select * from phongthuy";
//$strSQL1="select * from hinhanh where idconnect=1";
$strCountSQL = str_replace("*", " count(*) ", $strSQL);
//$strCountSQL1=str_replace("*"," count(*) ",$strSQL1);