Codeigniter: Ajax Request – Unable to Capture POST value or to return anything back to AJAX response – Jquery ajax
I'm having an issue with Codeigniter with the following symptoms. When I send the data to the controller, I am unable to capture the POST data. I've tried to echoed a simple word so I could return it back to…