public void insert(String id,String message) throws Exception { Calendar c = Calendar.getInstance(); SimpleDateFormat df = new SimpleDateFormat("dd/MM/yyy"); String currentDate = df.format(c.getTime()); String insertLogs = "INSERT INTO APPMOBILE_LOG (ID,DATETIME,MESSAGE) VALUES ("+id+",TO_DATE('"+currentDate+"', 'dd/MM/yyyy'),'"+message+"')"; Connection conn = null; PreparedStatement ps = null; try { ConnectionUtil utils = new ConnectionUtil(); conn = utils.getConnection(conn); ps = conn.prepareStatement(insertLogs); ps.executeUpdate(); } catch (Exception e) { log.error(String.format("Add Logs Error Database : >>>>", e)); e.printStackTrace(); } finally { ConnectionUtil.closeConnection(conn, ps); } }
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง