Guest_imported
New member
- Jan 1, 1970
- 0
I'm trying to display database fields in an HTML form. So far I've managed to accomplish this BUT i'm facing something rather un-usual to me (Maybe). The text INPUT fields are not showing the complete data from the Database.??!! ,,, for example, In the Database I have a "FNAME" field which contain "John Buba Smith", when I try to display in the text INPUT, it only shows "John" ?????.
I'm using the following:
<INPUT type="text" id=text1 name=text1 value=<% =RS("FName"%>>
Can someone help?.
I'm using the following:
<INPUT type="text" id=text1 name=text1 value=<% =RS("FName"%>>
Can someone help?.