Page 1 of 1

SOLVED - Retrieving a TextArea Variable

Posted: Thu Sep 08, 2005 9:09 am
by spyderwoman
How do you retrieve a text area variable:

Code: Select all

<text area name=message></textarea>
I thought it would be the way it is with input fields:

Code: Select all

$message = $_POST['message'];

Posted: Thu Sep 08, 2005 9:14 am
by feyd
normally it is, post your code bits mayhaps?

Posted: Thu Sep 08, 2005 9:22 am
by spyderwoman
Sorry, I figured it out. You dont even want to know what I did wrong. Sorry to waste your time.

Posted: Thu Sep 08, 2005 9:26 am
by feyd
hahah :lol: don't worry about it... but I do like these solutions best ;)

we all start out making lots of silly mistakes.. I still make them today! Especially after staring at it for twenty hours ;)