Filling form from database
Posted: Sun Feb 15, 2004 9:51 pm
I am trying to fill a form from a database search.
Whenever a record has spaces if i try to fill the input form by doing:
It will display the first word and then nothing else. I'm assuming it is because of the spaces. What can i do?
Whenever a record has spaces if i try to fill the input form by doing:
Code: Select all
<?php
<input name='example' type='text' size='65' value=".$row["example"].">
?>