|
|
|
ทำไมตารางมันไม่อยู่ตรงกลาง ช่วยดูโค็ตให้หน่อยครับ |
|
|
|
|
|
|
|
Code (PHP)
<?
print "<table border=1><center>\n";
echo"<tr><th>ชื่ออาคาร</th><th>หมายเลขห้อง</th><th>ราคาห้อง</th><th>สถานะการจอง</th><th>BOOKING</th></tr>";
while ($row = mysql_fetch_array($objQuery)) {
if ($bgcolor == "#DFE6EF"){
$bgcolor = " #FFFFCC";
}else{
$bgcolor = "#DFE6EF";
}
echo "<tr bgcolor=",$bgcolor,"<center>";
echo"<td>",$row["namehome"],"</td>\n";
echo"<td>",$row["nameroom"],"</td>\n";
echo"<td>",$row["price_room"],"</td>\n";
echo"<td>",$row["status"],"</td>\n";
$id_home = $row["id_home"];
echo"<td> <center><a href=\"bookroom.php?id_home=$id_home\">BOOKING</center></a></td>\n";
print"\t</tr>\n";
print"\t</tr>\n";
}
}
print"</table>\n";
?>
Tag : PHP
|
|
|
|
|
|
Date :
2011-04-28 11:51:48 |
By :
beer656 |
View :
3814 |
Reply :
3 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ได้แล้วครับ ไม่เป็นไรแล้วครับ
|
|
|
|
|
Date :
2011-04-28 11:57:08 |
By :
beer656 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
แก้ได้ยังไง รบกวนบอกด้วยครับ เป็นวิทยาทานให้ท่านอื่น ๆ
|
|
|
|
|
Date :
2011-04-28 12:00:35 |
By :
NarinNil |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (PHP)
echo "<div align=center>";
//บนprint table อ่าครับ
|
|
|
|
|
Date :
2011-04-28 13:41:18 |
By :
beer656 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 01
|