awayne96
10-13-2009, 05:15 AM
I am trying to input data from the database into a form using value= but if the data is like "company name inc" it only imports in "company". I know it has something to do with the spaces but I don't know how to get around this.
Here is just a snip of the code:
<tr>
<td valign=middle>
<font color=black size=2>Company Name
</td>
<td valign=top>
<input type=text value=%%companyname%% size=20 name=company_name >
</td>
</tr>
Here is just a snip of the code:
<tr>
<td valign=middle>
<font color=black size=2>Company Name
</td>
<td valign=top>
<input type=text value=%%companyname%% size=20 name=company_name >
</td>
</tr>