rendered paste body<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Edit Data: <? echo $r_edit[nama_hotel]; ?></title>
<link href="css/gayaAdmin.css" rel="stylesheet" type="text/css">
</head>
<body>
<div id="wrapper">
<div id="header"></div>
<div id="kontentengah">
<br>
<p>
<?php
include "config.php";
mysql_query("UPDATE htl set
id_hotel='$id_hotel',
nama_hotel='$_GET[nama_hotel]',
tipe_hotel='$tipe_hotel',
alamat_hotel='$alamat_hotel',
telp_hotel='$telp_hotel',
website='$website',
fas1='$fas1',
fas2='$fas2',
fas3='$fas3',
fas4='$fas4',
fas5='$fas5',
fas6='$fas6',
fas7='$fas7',
fas8='$fas8'
WHERE
id_hotel='$_GET[id_hotel]'");
echo "<center><img src='images/saved.png'> Data Telah diupdate<br></center>";
echo("<center><a href='hotel4ad.php'><h3>Kembali</h3></a><center>");
?>
</p>
<br>
<br>
</div>
<div id="clearer"></div>
<div id="footer">Copyright ® 2012 by <a href="index.php">padangdirektori.com.</a> All Right Reserved.</div>
</div>
</body>
</html>