Re: [PHP] multi-line textfields don't post

2002-06-10 Thread Kevin Stone

By multi-line text field do you mean a textarea field?  Could be you're
not using it right.  Remeber this construct *requires* the closing tag.  The
vlaue goes between the two tags.

textarea name=text cols=15 rows=5/textarea

?
echo $_POST['text'];
?

- Original Message -
From: Phil Schwarzmann [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, June 10, 2002 1:09 PM
Subject: [PHP] multi-line textfields don't post


 Whenever I use a mult-line textfield, the data inside doesn't transfer
 over.  But single-line textfields work just fine.

 how do i fix this?




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




RE: [PHP] multi-line textfields don't post

2002-06-10 Thread Lazor, Ed

Give us a copy of the code so we can tell what you're talking about.

-Original Message-
From: Phil Schwarzmann [mailto:[EMAIL PROTECTED]]
Sent: Monday, June 10, 2002 12:10 PM
To: [EMAIL PROTECTED]
Subject: [PHP] multi-line textfields don't post


Whenever I use a mult-line textfield, the data inside doesn't transfer
over.  But single-line textfields work just fine.
 
how do i fix this?
 

This message is intended for the sole use of the individual and entity to
whom it is addressed, and may contain information that is privileged,
confidential and exempt from disclosure under applicable law.  If you are
not the intended addressee, nor authorized to receive for the intended
addressee, you are hereby notified that you may not use, copy, disclose or
distribute to anyone the message or any information contained in the
message.  If you have received this message in error, please immediately
advise the sender by reply email and delete the message.  Thank you very
much.   

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php