include_once("./common.inc.php"); $id = getParam("id"); //if ($_POST['boolUseMap'] != ("cheked" || "1" || "0") ) exit; ?>
$sql = "select strGooglemap from tblcottagerent where id='" . $id . "'";
//$sql = "select strGooglemap2 from tblcottagerent where id='" . $id . "'";
$result = query($sql);
if ( $row = fetch_array($result) )
{
echo $row[0];
//echo ' |