Forum Moderators: coopster
I have a html form that has its components values set from a data base.
I have a string like so $slogan = "just do it";
And i insert it into a textbox like so:
<input type="text" name="slogan" value=<?php echo $slogan;?> >
And when i load the form the text box only shows "just" and not the "do it".
Anyone know why this is?
Thanks