string sqlmaxTypeProductLine = "SELECT max(id_ProductLine) FROM ProductLine"; Com = new SqlCommand(sqlmaxTypeProductLine, Conn); try { string a = Com.ExecuteScalar().ToString(); string b = a.Substring(0, 2); // ตัดเริ่มตำแหน่งที่ 0 ไป 1 ตัว string c = a.Substring(2, 2); // ตัดเริ่มตำแหน่งที่ 1 ไป 2 ตัว int d = int.Parse(c) + 1; txtid_TypeProductLine.Text = b + d.ToString("00"); } catch (Exception) { txtid_TypeProductLine.Text = "TT01"; }
$sqlmax = "SELECT MAX(id_filePic) FROM tbl_picpatrol"; $resultmax = mysql_query($sqlmax); try { ?> <script language="javascript"> $a = <?=$resultmax?>.toString(); $b = $a.substr(0,2); $c = $a.substr(3,3); $d = parseInt($c) + 1; $id_pic = $b + $d.toString("000"); </script> <?php } catch(Exception $e) { ?> <script language="javascript"> $id_pic = "P001"; </script> <?php }
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง