Forum Moderators: coopster
<form method=post action = page.php >
<textarea wrap=ON name=content/></textarea>
</form>
I want to get the content of the textarea field so I tried
$_POST['content'];
on page.php but it does not work . is this is wrong?
can you please give me the right solution?
thank you.