|
|
|
ขอความช่วยเหลือหน่อยนะคะ ทำฟังก์ชัน insertข้อมูลคะและเก็บวันที่ด้วย แต่พอใส่คำสั่งเก็บวันที่แล้วมันไม่ทำคำสั่งinsertข้อมูลน่ะคะ |
|
|
|
|
|
|
|
แบบนี้หรือเปล่า
Code (PHP)
if($this->input->post("btsave")!=null)
{
$ar=array(
"name"=>$this->input->post("name"),
"email"=>$this->input->post("email"),
"message"=>$this->input->post("message"),
"create_date"=>date('Y-m-d H:i:s')
);
$this->db->insert("contact",$ar);
redirect("index/contactus","refresh");
exit();
}
|
|
|
|
|
Date :
2013-12-18 14:43:52 |
By :
mangkunzo |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ได้แล้วคะ ขอบคุณคะ ^^
|
|
|
|
|
Date :
2013-12-18 17:24:12 |
By :
maiky |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 00
|