Reply to Re: FW: [PHP] IE6 not returning POST data from a textarea
Posted by Erfan Shirazi on 10/16/80 11:34
Are you doing a mysql_escape_string on the POST variable received? That
doesn't work so good with textareas.
Jay Blanchard wrote:
> [snip]
> Everyone keeps asking it. Of course it's named or Mozzilla wouldn't work.
> [/snip]
>
>
> You can insert a textarea into a page without a name and mozilla will work.
> If the textarea is named have you tried this....
>
> echo $_POST['textareaName'];