<? $hostname="localhost"; $username="root"; $password=""; $dbname="testdb"; $conn=mysql_connect($hostname,$username,$password); if(!$conn){ echo"ไม่สามารถเชื่อมต่อฐานข้อมูลได้"; } mysql_query("SET NAMES utf8"); mysql_query("SET character_set_results=utf8");// กับตัวนี้ mysql_query("SET character_set_client=utf8"); mysql_query("SET character_set_connection=utf8"); mysql_query("collation_connection=utf8_unicode_ci"); mysql_query("collation_database=utf8_unicode_ci"); mysql_query("collation_server=utf8_unicode_ci"); ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Untitled Document</title> </head> <body> <? $strSQL="SELECT * FROM tbadmin"; $objQuery=mysql_db_query($dbname,$strSQL,$conn) or die ("Error Query [".$strSQL."]"); $Num_Rows=mysql_num_rows($objQuery); ?> <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["a_user"];?></div></td> <td><?=$objResult["a_pass"];?></td> <td> </td> <td><div align="center"> </div></td> <td align="right"> </td> <td align="right"> </td> </tr> <? } ?> </table> </body> </html>
Quote:<?
<?php
short_open_tag = On
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง