require_once('../config.inc.php'); include "../includes/db_conn.php"; include "../trfunctions.php"; db_conn(); $destId = $_GET['id']; $sql = "SELECT * from hotels where DestID=".$destId." order by Hotel"; $result = mysql_query($sql) or die("unable to query"); ?>
|