Hi Tedd, The reason I'm using a text area to get the address is this form is that this is for an exercise in a book I'm reading. But I agree with you that this its best to use separate fields normally if you're creating a real form for regular use. Thanks, Tim Sent from my iPhone > On Dec 28, 2014, at 10:09 AM, Tedd Sperling <tedd@xxxxxxxxxxxx> wrote: > >> On Dec 27, 2014, at 9:34 PM, Tim Dunphy <bluethundr@xxxxxxxxx> wrote: >> >> Hey gang, >> >> Quick q here. And I think this might be an easy one. But I'm unsure as to why this is happening. >> >> I've created a text area in an HTML form with the intention of getting the user to enter an address. > > Why use a "text area" to get an address? > > An address is made of several different things, like street address, city, zip and country. So why ask the user to enter all of those into one field? > > My advice, break the date into smaller queries using text fields. If you want to gather something more, such as a user comment, then use a "text area" field. > > As usual, here's an example of both: > > http://sperling.com/php/text/ > > Cheers, > > tedd > > _______________ > tedd sperling > tedd@xxxxxxxxxxxx > > > > > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php