However when I pull up the data in a field to edit using...
Code: Select all
<tr>
<td><b>Document Name:</b></td>
<td><INPUT size=39 name=store_name value=<?=$data[1]?>></td>
</tr>Thanks
Kevin
kevinsallmen@yahoo.com
Moderator: General Moderators
Code: Select all
<tr>
<td><b>Document Name:</b></td>
<td><INPUT size=39 name=store_name value=<?=$data[1]?>></td>
</tr>You need to wrap your element attribute values in quotes.[url=http://forums.devnetwork.net/viewtopic.php?t=30037]Forum Rules[/url] Section 1.1 wrote:1. Select the correct board for your query. Take some time to read the guidelines in the sticky topic.
Code: Select all
<input type="text" name="textField" value="A Value with spaces in it that renders correctly" />