<? include('fncdata/dbopen.inc'); include('fncdata/dbcon.php'); //สร้างรหัสวิทยากรใหม่ $sql=mysql_query("select * from trainer order by id"); $numrow=mysql_num_rows($sql); if($numrow>=1){ while($rec_code=mysql_fetch_array($sql)){ $code=$rec_code["id"]; //เก็บรหัสสุดท้ายไว้ที่ $code $num_code=substr($code,-4); //ตัดข้อความมา 4 ตัวนับจากท้าย $numo=intval($num_code); //แปลงข้อความให้เป็นตัวเลข if($numo>=$numrow) $new_code=$numo+1; } } else { $new_code=$numrow+1; } //เช็คตำแหน่งของตัวเลข if($new_code>=0 and $new_code<=9) { $o_id="000"; } elseif($new_code>9 and $new_code<=99) { $o_id="00"; } elseif($new_code>99 and $new_code<=999) { $o_id="0"; } else { $o_id=""; } $year1=date("y"); $ythai=$year1+43; $new_id="$ythai".$o_id.$new_code; echo"$new_id"; ?>
if($numrow>=1){ while($rec_code=mysql_fetch_array($sql)){ $code=$rec_code["id"]; //เก็บรหัสสุดท้ายไว้ที่ $code $num_code=substr($code,-4); //ตัดข้อความมา 4 ตัวนับจากท้าย $numo=intval($num_code); //แปลงข้อความให้เป็นตัวเลข if($numo>=$numrow) $new_code=$numo+1; } } else { $new_code=$numrow+1; }
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง