SOLVED - Retrieving a TextArea Variable
Posted: Thu Sep 08, 2005 9:09 am
How do you retrieve a text area variable:
I thought it would be the way it is with input fields:
Code: Select all
<text area name=message></textarea>Code: Select all
$message = $_POST['message'];