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