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

Reply via email to