
Codeigniter – How to get form post data in controller?
Hello guys, Here, i will give you simple two way to get form post data in codeigniter 3 project. you can simply get all post data using $this->input->post() and $_POST using simple php stuff. when i was working on my codeigniter 3 application and i try to get post data using $this->input->post() then i can’t […]