View Single Post
Old 11-25-2012, 07:00 PM   PM User | #5
sanomani
New Coder

 
Join Date: Jun 2012
Posts: 26
Thanks: 9
Thanked 0 Times in 0 Posts
sanomani is an unknown quantity at this point
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>
sanomani is offline   Reply With Quote