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'];

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to