<?php
$link = mysql_pconnect( "localhost","root","1234") or die(mysql_error());
mysql_select_db("ชื่อฐานข้อมูล",$link) or die(mysql_error());
mysql_query("SET NAMES UTF8");?>
<?php
$sql="select * from ชื่อตาราง order by ใส่ชื่อฟิลด์ asc";
$result=mysql_query($sql) or die(mysql_error());
$num=mysql_num_rows($result);
echo "จำนวนทั้งหมด ".$num." คน<br>";
?>
<table width="554" border="1" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="51"><div align="center">ลำดับ</div></td>
<td width="89"><div align="center">รหัส</div></td>
<td width="170"><div align="center">ชื่อ</div></td>
</tr>
<?php
$i=0;
while($rs=mysql_fetch_array($result)){
$i++;
extract($rs);
<tr>
<td><div align="center"><?php echo $i; ?></div></td>
<td><div align="left"><?php echo $id; ?> </div></td>
<td><div align="left"><?php echo $name; ?> </div></td>
</tr><?php }?>
</table>
http://weethaidatabase.blogspot.com/
ตอบลบส่งสอบสร้างฐานข้อมูล
http://tangkwa007.blogspot.com/
ตอบลบส่งสอบสร้างฐานข้อมูล
http://jalayjamie.blogspot.com/
ตอบลบส่งเรื่องสอบฐานข้อมูล
http://fahfat.blogspot.com/
ตอบลบส่งเรื่องสอบฐานข้อมูล
http://sunrung.blogspot.com/
ตอบลบส่งเรื่องสอบฐานข้อมูล