<form name="form" id="form"> <select name="jumpMenu" id="jumpMenu" onChange="MM_jumpMenu('parent',this,0)"> <?php if($date_order==''){ $date_order = date("Y-M"); } $fromDate = "04/15/2012"; $toDate = date("m/d/Y"); $dateMonthYearArr = array(); $fromDateTS = strtotime($fromDate); $toDateTS = strtotime($toDate); for ($currentDateTS = $fromDateTS; $currentDateTS <= $toDateTS; $currentDateTS += (60 * 60 * 24)) { $currentDateStr = date("F-Y",$currentDateTS); $sldate = date("Y-M",$currentDateTS); $dateMonthYearArr[] = $currentDateStr; ?> <option value="report.php?date_order=<?php echo $sldate;?>" <? if($date_order==$sldate) { ?>selected="selected" <? } ?>> <?php echo $currentDateStr;?> </option> <? } ?> </select> </form>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง