[PHP] textarea posting duplicate text

2005-02-28 Thread Elizabeth Lawrence
echo "Textarea submitted:"; echo "" . $_POST[textarea] . ""; echo "Textbox submitted:"; echo "" . $_POST[text] . ""; echo "Submit submitted:"; echo "" . $_POST[Submit] . "";

RE: [PHP] textarea posting duplicate text

2005-03-01 Thread Elizabeth Lawrence
appin [mailto:[EMAIL PROTECTED] Sent: Monday, February 28, 2005 6:59 PM To: Elizabeth Lawrence Subject: Re: [PHP] textarea posting duplicate text Create a new file: test.php with this exactly in the contents: