public function Checkcustomer($code) { $rs = $this->db->select('id_customer')->where('code', $code)->get($this->table); if($rs->num_rows() == 0) { return FALSE; } return TRUE; }
public function cutVoucher() { $sc = TRUE; if($this->input->post('voucher')) { $this->load->model('transection_model'); //$this->load->model('voucher_model'); $amount = $this->input->post('amount'); $code = $this->input->post('voucher'); $item = $this->input->post('item'); $voucher = $this->voucher_model->getVoucherByCode($code); $checkcus = $this->voucher_model->Checkcustomer($code); if($voucher === FALSE) { $sc = FALSE; $message = 'Voucher ไม่ถูกต้อง'; } else if($checkcus === FALSE) { $sc = FALSE; $message = 'ไม่พบ Customer'; }
$rs = $this->db->select('id_customer')->where('code', $code)->get($this->table); if($this->db->error()['code']>0){ die( $this->db->error()['message']) }else if( $rs->num_rows() == 0){ return fasle; } return true;
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง