PHP-script view
<table width="617" border="1"> <tr> <td width="68">id_pesanan</td> <td width="72">id_pemesan</td> <td width="84">id_pegawai</td> <td width="91">tgl_pesan</td> <td width="32">lama</td> <td width="57">id_kamar</td> <td width="65">id_meeting</td> <td width="60">total_harga</td> <td width="96">action</td> </tr> <? $conn = mysql_connect("localhost","root",""); mysql_select_db("basdat",$conn); $sql = "select * from pesanan ord...