When loading a data into an input, only the first word is loaded. Example:
'</form> <input type="text" value='.$result->name.' >';
$result->name
contains the value "Hello World". Since the input only shows "Hello".
Can anyone help with this?