Posts by Dan The Craftsman • 1 point
1 post
-
0
votes2
answers516
viewsA: Authentication using Codeigniter
You can also use the codeigniter form helper and call the post like this: $this->load->helper('form'); $email = $this->input->post('email'); Reference:…