<html> <body> <? require_once'../config.inc.php'; $strSQL = "SELECT * FROM tb_member WHERE status='Member'"; $objQuery = mysql_query($strSQL) or die ("Error Query [".$strSQL."]"); ?> <table width="200" border="0"> <tr> <td align="center">Existing Customers - UK <?=$objQuery["year"];?></td> ----> บรรทัดนี้อะครับ </tr> </table> <table width="600" border="1"> <tr> <th width="15"><div id="fontExcel">No.</div></th> <th width="50"><div id="fontExcel">Title </div></th> <th width="190"><div id="fontExcel">Firstname </div></th> <th width="190"><div id="fontExcel">Lastname</div></th> </tr> <? $no=1; while($objResult = mysql_fetch_assoc($objQuery)) { ?> <tr> <td align="center"><?=$no?></td> <td><?=$objResult["title"];?></td> <td><?=$objResult["firstname"];?></td> <td><?=$objResult["lastname"];?></td> </tr> <? } ?> </table>
<html> <body> <? require_once'../config.inc.php'; $strSQL = "SELECT * FROM tb_member WHERE status='Member'"; $objQuery = mysql_query($strSQL) or die ("Error Query [".$strSQL."]"); $no=1; while($objResult = mysql_fetch_assoc($objQuery)) { $tile[]=$objResult["title"]; $firstname[]=$objResult["firstname"]; $lastname[]=$objResult["lastname"]; $year=$objQuery["year"]; } ?> <table width="200" border="0"> <tr> <td align="center">Existing Customers - UK <?=$year; ?></td> ----> บรรทัดนี้อะครับ </tr> </table> <table width="600" border="1"> <tr> <th width="15"><div id="fontExcel">No.</div></th> <th width="50"><div id="fontExcel">Title </div></th> <th width="190"><div id="fontExcel">Firstname </div></th> <th width="190"><div id="fontExcel">Lastname</div></th> </tr> <? for($i=0;$i<count($firstname);$i++) { $no=1; ?> <tr> <td align="center"><?=$no?></td> <td><?=$title[$i];?></td> <td><?=$firstname[$i];?></td> <td><?=$lastname[$i];?></td> </tr> <? $no++; } ?> </table>
<html> <body> <? require_once'../config.inc.php'; $strSQL = "SELECT * FROM tb_member WHERE status='Member'"; $objQuery = mysql_query($strSQL) or die ("Error Query [".$strSQL."]"); $objResult = mysql_fetch_assoc($objQuery); ?> <table width="200" border="0"> <tr> <td align="center">Existing Customers - UK <?=$objQuery["year"];?></td> ----> บรรทัดนี้อะครับ </tr> </table> <table width="600" border="1"> <tr> <th width="15"><div id="fontExcel">No.</div></th> <th width="50"><div id="fontExcel">Title </div></th> <th width="190"><div id="fontExcel">Firstname </div></th> <th width="190"><div id="fontExcel">Lastname</div></th> </tr> <? $no=1; do { ?> <tr> <td align="center"><?=$no?></td> <td><?=$objResult["title"];?></td> <td><?=$objResult["firstname"];?></td> <td><?=$objResult["lastname"];?></td> </tr> <? }while($objResult = mysql_fetch_assoc($objQuery)); ?> </table>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง