Welcome Guest, Not a member yet? Register   Sign In
Problem with edit data in db with form
#2

(This post was last modified: 06-10-2015, 03:40 AM by InsiteFX.)

PHP Code:
$data = array(
    
'site_name'   $this->input->post('site_name'TRUE),
    
'email_admin' $this->input->post('email_admin'TRUE),
    
'keywords'    $this->input->post('keywords'TRUE),
    
'description' $this->input->post('description'TRUE),
    
'publickey'   $this->input->post('publickey'TRUE),
    
'privatekey'  $this->input->post('privatekey'TRUE),
); 
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
RE: Problem with edit data in db with form - by InsiteFX - 06-10-2015, 03:39 AM



Theme © iAndrew 2016 - Forum software by © MyBB