Welcome Guest, Not a member yet? Register   Sign In
problem with single quote in input field
#1

Hello,

I have this value in database : test'test

When I try to display the text in a field I get this in the input field : test'test

If I display my variable in the html flux i get : test'test width no problem.

My code :

echo $projets['mo'].'<br>'; // display test'test
$field=array('type'=>'text', 'name'=>'mo','value'=>set_value('mo',$projets['mo']), 'size'=>'64','maxsize'=>'255');
echo form_input($field); // display test'test

Please help,
Reply


Messages In This Thread
problem with single quote in input field - by nunenthal - 06-16-2017, 06:39 AM



Theme © iAndrew 2016 - Forum software by © MyBB