Can anyone help me understand why a text box won't display a whole string opposed to just the first word? For example if the value of Name is "John Smith", the text box will display "John"
echo "<td>" . "<input type = text name = name value =" . $record['Name'] . " </td>" ;