Here is my scenario, I am creating a form with codeigniter, I understand how to populate the fields with models and such. I have the layout of the form. It is now running from my index function. I want to store all the data given to that form and access them in a postdata array with each index being the name of the value. Please help. CodeIgniter, PHP
Share
you create the form
If you want XSS filtering you can pass a TRUE as second parameter in the
$this->input->post()call. Check user guide on input library