Accessing Text Input Field Data

Posted by 01010011 on Stack Overflow See other posts from Stack Overflow or by 01010011
Published on 2010-04-25T18:51:42Z Indexed on 2010/04/25 18:53 UTC
Read the original article Hit count: 86

Filed under:
|

Hi,

Using CodeIgniter, how do I access and display text entered into an input field on a view file (see code below) from my controller file?

// input_view.php    
$input_data = array('name' => 'search_field', 'size' =>  '70');
echo form_input($input_data);   

© Stack Overflow or respective owner

Related posts about codeigniter

Related posts about php