Forum Moderators: coopster
e.g. the db contains "John Doe"
if I retrieve the data and echo, I get "John Doe"
If I use the code below I get "John"
<input name="cd_title" type="text" id="required" class="textbox" size="50" maxlength="150" value = "' . $value . '">';
Does anyone understand what is happening here?
</td><td valign='middle'> <input name="cd_master_owner" id="required" type="text" class="textbox" size="20" maxlength="70" value = testfname testlname><input name="cd_title" type="text" id="required" class="textbox" size="50" maxlength="150" value = Test1stword test2ndword>