$sql_gl="select * from port where port_price BETWEEN '5000' AND '25000' and port_cate='58' and port_catesub='54' and port_type='Property' order by port_id ASC ";
$sql_gl="select * from port where (port_price BETWEEN '5000' AND '25000') and (port_cate='58') and (port_catesub='54') and (port_type='Property') order by port_id ASC ";