so if I have a POST,
which is like,
<textarea name="somename">text text text</textarea>
<textarea name="someothername">text text text</textarea>
and i want to echo what the name of the field is, how would i do that?
say i just want to echo the "somename" part is so that the script knows what the name of the field is, as well as the value...