<? include("include/connect.php"); $sql = 'SELECT * FROM `tb_course` WHERE `coursedate` LIKE "'.date("Y-m").'%"'; $result = mysql_query($sql); $objResult = mysql_fetch_array($result); ?> <table width="860" border="0" align="center" cellpadding="1" cellspacing="4"> <tr> <th width="159" bgcolor="#F0F0FF">ชื่อการอบรม</th> <th width="190" bgcolor="#F0F0FF">รายละเอียด</th> <th width="99" bgcolor="#F0F0FF">วันรับสมัคร</th> <th width="105" bgcolor="#F0F0FF">วันเริ่มการอบรม</th> <th width="115" bgcolor="#F0F0FF"> วันสิ้นสุดการอบรม</th> <th width="79" bgcolor="#F0F0FF"เปิดรับ</th> <th width="67" bgcolor="#F0F0FF">ลงทะเบียน</th> </tr> <tr> <td bgcolor="#F5F5Ff"><a href="show_detail.php?courseID=<?=$objResult["courseID"];?>" target="_blank"><?=$objResult["coursename"];?></a></td> <td bgcolor="#F5F5Ff"><?=$objResult["coursedetail"];?></td> <td bgcolor="#F5F5Ff"><?=$objResult["coursedate"];?></td> <td align="right" bgcolor="#F5F5Ff"><?=$objResult["startdate"];?></td> <td align="right" bgcolor="#F5F5Ff"><?=$objResult["enddate"];?></td> <td bgcolor="#F5F5Ff"><?=$objResult["seatamount"];?></td> <td bgcolor="#F5F5Ff"><?=$objResult["seatleft"];?><</td> </tr> </table>
<table width="860" border="0" align="center" cellpadding="1" cellspacing="4"> <tr> <th width="159" bgcolor="#F0F0FF">ชื่อการอบรม</th> <th width="190" bgcolor="#F0F0FF">รายละเอียด</th> <th width="99" bgcolor="#F0F0FF">วันรับสมัคร</th> <th width="105" bgcolor="#F0F0FF">วันเริ่มการอบรม</th> <th width="115" bgcolor="#F0F0FF"> วันสิ้นสุดการอบรม</th> <th width="79" bgcolor="#F0F0FF"เปิดรับ</th> <th width="67" bgcolor="#F0F0FF">ลงทะเบียน</th> </tr> <? include("include/connect.php"); $sql = 'SELECT * FROM `tb_course` WHERE `coursedate` LIKE "'.date("Y-m").'%"'; $result = mysql_query($sql); while($objResult = mysql_fetch_array($result)){ ?> <tr> <td bgcolor="#F5F5Ff"><a href="show_detail.php?courseID=<?=$objResult["courseID"];?>" target="_blank"><?=$objResult["coursename"];?></a></td> <td bgcolor="#F5F5Ff"><?=$objResult["coursedetail"];?></td> <td bgcolor="#F5F5Ff"><?=$objResult["coursedate"];?></td> <td align="right" bgcolor="#F5F5Ff"><?=$objResult["startdate"];?></td> <td align="right" bgcolor="#F5F5Ff"><?=$objResult["enddate"];?></td> <td bgcolor="#F5F5Ff"><?=$objResult["seatamount"];?></td> <td bgcolor="#F5F5Ff"><?=$objResult["seatleft"];?><</td> </tr> <?php } // end - while ?> </table>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง