ค้นหาทรัพย์

query($SQL_Category); $SQL_Category2 = " SELECT product_category.ProductCategory_ID, product_category.ProductCategory_Name, product_category.StatusProductCategory_ID, product_category2.ProductCategory2_ID, product_category2.StatusProductCategory2_ID, product_category2.ProductCategory2_Sort, product_category2.ProductCategory2_Name FROM product_category2 INNER JOIN product_category ON product_category2.ProductCategory_ID = product_category.ProductCategory_ID WHERE product_category2.StatusProductCategory2_ID = 1 AND product_category.ProductCategory_ID = 39 ORDER BY product_category2.ProductCategory2_Sort "; $objQuery_Category2 = $objConnect->query($SQL_Category2); $SQL_Category2Nearby = " SELECT product_category.ProductCategory_ID, product_category.ProductCategory_Name, product_category.StatusProductCategory_ID, product_category2.ProductCategory2_ID, product_category2.StatusProductCategory2_ID, product_category2.ProductCategory2_Sort, product_category2.ProductCategory2_Name FROM product_category2 INNER JOIN product_category ON product_category2.ProductCategory_ID = product_category.ProductCategory_ID WHERE product_category2.StatusProductCategory2_ID = 1 AND product_category.ProductCategory_ID = 40 ORDER BY product_category2.ProductCategory2_Sort "; $objQuery_Category2Nearby = $objConnect->query($SQL_Category2Nearby); ?>
query($SQL_province); ?>