Welcome Guest, Not a member yet? Register   Sign In
HTML Tags in form_input
#1

[eluser]piker[/eluser]
when form_input has <br /> <b> tags
I have this

Code:
Fatal error: Call to undefined function get_instance() in F:\programy\OCS Inventory NG\xampp\htdocs\CI\system\libraries\Input.php on line 855

when I submit from this
Code:
<table>
     &lt;?=form_open('terminale/punkty_update')?&gt;
     &lt;?=form_hidden('id',$this->uri->segment(3));?&gt;
   <tr>
     <td><b>Nazwa</b></td>
     <td>&lt;?=form_input(array('name' => 'nazwa', 'value' => $wiersz->nazwa, 'size' => '10'));?&gt;</td>
   </tr>

Whats going on it's a bug ?


Messages In This Thread
HTML Tags in form_input - by El Forum - 01-15-2009, 06:20 AM
HTML Tags in form_input - by El Forum - 01-15-2009, 07:59 AM
HTML Tags in form_input - by El Forum - 01-16-2009, 12:58 AM



Theme © iAndrew 2016 - Forum software by © MyBB