Sounds to like you're not putting the value in quotes.
i.e. <input type=text value=fred> you can get away with <input type=text
value=tom,dick and harry> you can't.
<textarea>'s (what I assume you are referring to as multiline text boxes)
are different as the value goes between the tabs and seems to be treated as
prefdefined text (like between <PRE> tags)

Tim
www.chessish.com <http://www.chessish.com> 

        ----------
        From:  Phil Schwarzmann [SMTP:[EMAIL PROTECTED]]
        Sent:  23 January 2002 17:13
        To:  [EMAIL PROTECTED]
        Subject:  One Line text boxes vs. Multiline text boxes

        For some reason, when a user enters information into a form field
that's
        only one line, it might enter the database differently than if it
was a
        multiline text box.
         
        Anything characters after a blank space or a comma will get deleted
if
        it is entered into a single-line text box.  But if I make it a
multiline
        text box, it enters all the information correctly.
         
        Why is this??

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to