Welcome Guest, Not a member yet? Register   Sign In
How to make a request using javascript or jquery with CodeIgniter 4.
#2

To grab data from the get you can use:
$this->input->get('some_data', TRUE);

there is one more handy method:
$this->input->get_post('some_data', TRUE);
Reply


Messages In This Thread
RE: How to make a request using javascript or jquery with CodeIgniter 4. - by marywilliams - 01-15-2020, 10:35 PM



Theme © iAndrew 2016 - Forum software by © MyBB