Welcome Guest, Not a member yet? Register   Sign In
Update database
#7

[eluser]Unknown[/eluser]
thank you for try to helping me, this code finally work by me..

Code:
function update(){
$this->load->database();
$data = array(
'title'=>$this->input->post('title'),
'slug'=>$this->input->post('slug'),
'intro'=>$this->input->post('intro'),
'text'=>$this->input->post('text'),);
$this->db->where('id',$this->input->post('id'));
$this->db->update('news',$data);
}


Messages In This Thread
Update database - by El Forum - 06-14-2012, 11:33 PM
Update database - by El Forum - 06-14-2012, 11:41 PM
Update database - by El Forum - 06-14-2012, 11:49 PM
Update database - by El Forum - 06-15-2012, 12:21 AM
Update database - by El Forum - 06-15-2012, 12:34 AM
Update database - by El Forum - 06-15-2012, 12:44 AM
Update database - by El Forum - 06-16-2012, 05:54 PM



Theme © iAndrew 2016 - Forum software by © MyBB