|
|
|
ฟังก์ชั่นแสดง table ทำได้ไหมครับ มือใหม่ ขอบคุณมากครับ |
|
|
|
|
|
|
|
จาก code แสดง table เราสามารถสร้างฟังก์ชั่น และเรียกใช้แบบนี้ได้ไหมครับ
mytable(ความกว้าง,จำนวนคอลัมน์,ชื่อคอลัมน์,ความกว้างแต่ละคอลัมน์,ชื่อฟิลด์)
จากcode
mytable(600,6,CustomerID,Name,Email,CountryCode,Budget,Used,91,98, 198,97,59,71,CustomerID,Name,Email,CountryCode,Budget,Used)
Code
<table width="600" border="1">
<tr>
<th width="91"> <div align="center">CustomerID </div></th>
<th width="98"> <div align="center">Name </div></th>
<th width="198"> <div align="center">Email </div></th>
<th width="97"> <div align="center">CountryCode </div></th>
<th width="59"> <div align="center">Budget </div></th>
<th width="71"> <div align="center">Used </div></th>
</tr>
<?
while($objResult = mysql_fetch_array($objQuery))
{
?>
<tr>
<td><div align="center"><?=$objResult["CustomerID"];?></div></td>
<td><?=$objResult["Name"];?></td>
<td><?=$objResult["Email"];?></td>
<td><div align="center"><?=$objResult["CountryCode"];?></div></td>
<td align="right"><?=$objResult["Budget"];?></td>
<td align="right"><?=$objResult["Used"];?></td>
</tr>
<?
}
?>
</table>
Tag : PHP, MySQL
|
|
|
|
|
|
Date :
2013-12-29 21:41:01 |
By :
rywut |
View :
696 |
Reply :
4 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ได้ครับ
|
|
|
|
|
Date :
2013-12-29 21:47:30 |
By :
itpcc |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอ code ให้น้องใหม่ได้ศึกษาด้วยครับ
|
|
|
|
|
Date :
2013-12-29 21:48:35 |
By :
rywut |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ตามลิงค์เลยครับ เค้ายกตัวอยางล่ะ
|
|
|
|
|
Date :
2013-12-29 22:05:20 |
By :
itpcc |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
PHP MySQL List Table Properties
|
|
|
|
|
Date :
2013-12-30 08:03:31 |
By :
mr.win |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 04
|