function isUpdate(){ $StrSql = "UPDATE `quotation` SET `Ref`='$this->Ref', `quotation_date`='$this->quotation_date', `discount_value`='$this->discount_value', `total`='$this->total', `vat`='$this->vat', `grandtotal`='$this->grandtotal', `InquireCode`='$this->InquireCode' WHERE `Quotation_No`='$this->Quotation_No' AND `Rec_id`='$this->Rec_id'"; $result = $this->Conn->exeInsertQuery($StrSql); //ผมลองเขียนแบบนี้มันไม่ยักกะเปลี่ยนค่าให้คัย $Cust = new Customer($this->Conn, $this->CustomerID); if($this->InquireCode != ""){ $Cust->event = 1 ; $Cust->isUpdate(); } return $result; }
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง