Im trying to take info out of a database. The problem is it just gives me the first word. Why? What should the data type be for such things as name. I have it as varchar. Help!!!! Please๐ ๐ ๐
some code would probably help us troubleshoot
<INPUT maxLength=45 size=30 name=contactname value=$myrow=[ContactName]>
I get the first name put nothing after a space
Thanks for your help
Originally posted by coyners25 <INPUT maxLength=45 size=30 name=contactname value=$myrow=[ContactName]> I get the first name put nothing after a space Thanks for your help
this is not valid html, maybe that is the bottleneck what is it that you want exactly again, but plz more details
<input maxlength="45" size="30" name="contactname" value="<? echo $myrow=['ContactName']; ?>">