aaronburro Sup, B 53065 Posts user info edit post |
I'm writing an application that gets information from an HTML form. I need the user to be able to enter address information, which usually requires a space in the field. However, when I go to retrieve the info from the field, everything after any space is truncated. IE, if the user enters "88 bimini road," all I get returned from the form is "88".
I am using the standard POST method and an input type of "text." wtf am I n00bing on? 2/22/2006 6:56:33 PM |