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

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