Welcome Guest, Not a member yet? Register   Sign In
database records with ' in the data
#3

[eluser]JoostV[/eluser]
or
Code:
echo '<input id="adresHidden" name="adresHidden" type="hidden" value="' . $adres . '"/>';

or
Code:
$this->load->helper('form');
echo form_hidden('adresHidden', $adres);
Note that form_hidden() will not attach the id attribute to your hidden element.


Messages In This Thread
database records with ' in the data - by El Forum - 03-06-2010, 01:54 AM
database records with ' in the data - by El Forum - 03-06-2010, 02:03 AM
database records with ' in the data - by El Forum - 03-06-2010, 03:00 AM
database records with ' in the data - by El Forum - 03-06-2010, 03:08 AM
database records with ' in the data - by El Forum - 03-06-2010, 04:58 AM



Theme © iAndrew 2016 - Forum software by © MyBB