[PHP] textarea posting duplicate text
echo "Textarea submitted:"; echo "" . $_POST[textarea] . ""; echo "Textbox submitted:"; echo "" . $_POST[text] . ""; echo "Submit submitted:"; echo "" . $_POST[Submit] . "";
RE: [PHP] textarea posting duplicate text
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: