strSQL = "UPDATE tb_employee SET [number_id] ='" & txtNmberID.Text & "'," strSQL &= "[idcard] ='" & txtIdcard.Text & "'," strSQL &= "[name] ='" & txtName.Text & "'," strSQL &= "[birthday] ='" & txtBirthday.Text & "'," strSQL &= "[phone] ='" & txtPhone.Text & "'" strSQL &= "WHERE (number_id ='" & txtNmberID.Text & "')" DbCommand.CommandType = CommandType.Text DbCommand.CommandText = strSQL DbCommand.Connection = DbRe DbCommand.ExecuteNonQuery()
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง