เชียงใหม่ มีสินค้าหัตถกกรมจากภูมิปัญญาพื้นบ้านมากมายหลายชนิด บางอย่างเหมาะสำหรับเป็นของฝากของที่ระลึก และบางอย่างสามารถนำไปใช้ประโยชน์ในชีวิตประจำวันได้
include("topbanner.php"); ?> require("Connections/db_connect.php"); mysql_query("SET NAMES UTF8"); $strSQL = "SELECT * FROM lanna_handicraft"; $objQuery = mysql_query($strSQL); $Num_Rows = mysql_num_rows($objQuery); $Per_Page = 6; // Per Page $Page = $_GET["Page"]; if(!$_GET["Page"]) { $Page=1; } $Prev_Page = $Page-1; $Next_Page = $Page+1; $Page_Start = (($Per_Page*$Page)-$Per_Page); if($Num_Rows<=$Per_Page) { $Num_Pages =1; } else if(($Num_Rows % $Per_Page)==0) { $Num_Pages =($Num_Rows/$Per_Page) ; } else { $Num_Pages =($Num_Rows/$Per_Page)+1; $Num_Pages = (int)$Num_Pages; } $strSQL .=" order by ShopName ASC LIMIT $Page_Start , $Per_Page"; $objQuery = mysql_query($strSQL); $count = 0; ?>
echo $objResult['Address']; ?>
echo $objResult['HandicratfType']; ?>