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

No, you want to do it in the controller.

Controller:

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-17-2020, 12:05 PM



Theme © iAndrew 2016 - Forum software by © MyBB