how to get value of hidden fields in controller?

Posted by sonill on Stack Overflow See other posts from Stack Overflow or by sonill
Published on 2010-05-05T05:28:05Z Indexed on 2010/05/05 5:38 UTC
Read the original article Hit count: 181

Filed under:
|
|

how do i get the value of hidden field from controller?

i tried this:

$hidden=$this->input->post('hidden_field_name');

it showed error. The field name is correct, i double checked it.

© Stack Overflow or respective owner

Related posts about hidden

Related posts about field