SOLVED - Retrieving a TextArea Variable

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
spyderwoman
Forum Newbie
Posts: 24
Joined: Thu Sep 01, 2005 8:19 pm

SOLVED - Retrieving a TextArea Variable

Post 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'];
Last edited by spyderwoman on Thu Sep 08, 2005 9:22 am, edited 1 time in total.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

normally it is, post your code bits mayhaps?
spyderwoman
Forum Newbie
Posts: 24
Joined: Thu Sep 01, 2005 8:19 pm

Post by spyderwoman »

Sorry, I figured it out. You dont even want to know what I did wrong. Sorry to waste your time.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post 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 ;)
Post Reply