Welcome Guest, Not a member yet? Register   Sign In
How to insert corporate details into database
#6

My fault, in your model you gave it an alias name which had a lower case first letter try this now.

PHP Code:
$this->load->model('Afghanistancorporate_model''afghanistancorporate_model');

$corporatename $this->input->post('corporatename');
$password $this->input->post('password');
$countryterritory $this->session->userdata('country_territory'); 

$this->afghanistancorporate_model->insert_corporate($corporatename$password$countryterritory); 
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
RE: How to insert corporate details into database - by InsiteFX - 11-18-2020, 07:48 AM



Theme © iAndrew 2016 - Forum software by © MyBB