<?php header("Content-type: application/vnd.ms-excel"); // header('Content-type: application/csv'); //*** CSV ***// header("Content-Disposition: attachment; filename=testing.xls"); ?> <html> <body> <?php $objConnect = mysql_connect("localhost","root","root") or die("Error Connect to Database"); $objDB = mysql_select_db("db_ert"); $strSQL = "SELECT * FROM tb_user"; $objQuery = mysql_query($strSQL) or die ("Error Query [".$strSQL."]"); ?> <table width="600" border="1"> <tr> <th width="91"> <div align="center">U_mail </div></th> <th width="98"> <div align="center">U_pass </div></th> <th width="198"> <div align="center">Status </div></th> </tr> <?php while($objResult = mysql_fetch_array($objQuery)) { ?> <tr> <td><div align="center"><?php echo $objResult["U_mail"];?></div></td> <td><?php echo $objResult["U_pass"];?></td> <td><?php echo $objResult["Status"];?></td> <?php } ?> </table> <?php mysql_close($objConnect); ?> </body> </html>
$strSQL = "SELECT * FROM tb_user";
$strSQL = "SELECT * FROM tb_user where อยากได้อะไรก็ใส่ไป";
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง