I\'m having some issues with ajax and codeigniter. I\'ve already posted another question (link to question) and I thought I solved it, but I did not so I`m asking someone to wri
View:::::: 0 Controller:::::: load -> view('sample_view'); } public function samp_data(){ $increase = $this->input->post('increase'); echo ++$increase; } }