Skip to content
Advertisement

In codeigniter i am send a php variable from view page to controller through the tag, but i can’t display value in controller page

this is my view page code

JavaScript

this is my controller function

JavaScript

Advertisement

Answer

Use this $this->input->get()

JavaScript
User contributions licensed under: CC BY-SA
7 People found this is helpful
Advertisement