<html> <head> <title>ThaiCreate.Com PHP & MySQL Tutorial</title> </head> <body> <? $objConnect = mysql_connect("localhost","root","root") or die("Error Connect to Database"); $objDB = mysql_select_db("mydatabase"); $strSQL = "SELECT * FROM customer"; $objQuery = mysql_query($strSQL) or die ("Error Query [".$strSQL."]"); ?> <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> <? $i=0; while($objResult = mysql_fetch_array($objQuery)) { $i++; if($i%2==0) { $bg = "#CCCCCC"; } else { $bg = "#FFFFFF"; } ?> <tr bgcolor="<?=$bg;?>"> <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> <? mysql_close($objConnect); ?> </body> </html>
<? include "include/connect2.inc.php";?> <html> <head> <title>Send_Log</title> </head> <body> <? $rows = "select * from report_sms_dtac where date>'2011-07-01'"; mysql_query("SET NAMES 'tis620'"); ?> <table width="100%" border="1"> <tr> <th width="60"> <div align="center">date </div></th> <th width="60"> <div align="center">package </div></th> <th width="60"> <div align="center">Tank_no </div></th> <th width="60"> <div align="center">time </div></th> <th width="198"> <div align="center">msg </div></th> <th width="60"> <div align="center">send_msisdn </div></th> <th width="60"> <div align="center">detail </div></th> </tr> <? $i=0; $result = mysql_query($rows); while($rows = mysql_fetch_row($result)) { $i++; if($i%2==0) { $bg = "#6699cc"; } else { $bg = "#FFFFFF"; } ?> <tr bgcolor="<?=$bg;?>"> <td><div align="center"><?=$rows["date"];?> </div></td> <td><div align="center"><?=$rows["package"];?> </div></td> <td><div align="center"><?=$rows["Tank_no"];?> </div></td> <td><div align="center"><?=$rows["time"];?> </div></td> <td><div align="center"><?=$rows["msg"];?> </div></td> <td><div align="center"><?=$rows["send_msisdn"];?> </div></td> <td><div align="center"><?=$rows["detail"];?> </div></td> </tr> <? } ?> </table> <? include "include/connect2.inc.php";?> </body> </html>
<html> <head> <title>Send_Log</title> </head> <body> <? include"connect.php"; $rows = "select * from report_sms_dtac where date>'2011-07-01'"; mysql_query("SET NAMES 'tis620'"); ?> <table width="100%" border="1"> <tr> <th width="60"> <div align="center">date </div></th> <th width="60"> <div align="center">package </div></th> <th width="60"> <div align="center">Tank_no </div></th> <th width="60"> <div align="center">time </div></th> <th width="198"> <div align="center">msg </div></th> <th width="60"> <div align="center">send_msisdn </div></th> <th width="60"> <div align="center">detail </div></th> </tr> <? $i=0; $result = mysql_query($rows); while($rows = mysql_fetch_row($result)) { $i++; if($i%2==0) { $bg = "#6699cc"; } else { $bg = "#FFFFFF"; } ?> <tr bgcolor="<?=$bg;?>"> <td><div align="center"><?=$rows["date"];?> </div></td> <td><div align="center"><?=$rows["package"];?> </div></td> <td><div align="center"><?=$rows["Tank_no"];?> </div></td> <td><div align="center"><?=$rows["time"];?> </div></td> <td><div align="center"><?=$rows["msg"];?> </div></td> <td><div align="center"><?=$rows["send_msisdn"];?> </div></td> <td><div align="center"><?=$rows["detail"];?> </div></td> </tr> <? } ?> </table> </body> </html>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง