I have some problem with entering default values in an input text form. For example if the default value is "Hello World", the input field will only show "Hello." It only accepts the first word. Is there something that I can do to accept the whole string?
<input type='text' name='prod_name' size='30' value=<?=$prname?> />