|
Got the issue on contact page where we have a form.
in short its something like this..
<code>
<form method="post">
<textarea name="body" rows="9">
<? if (isset($posts['body'])){echo $posts['body'];}?>
</textarea>
<input type="submit" />
</form>
</code>
|