QUOTE(pemcconnell @ 3 Oct, 2008 - 06:02 AM)

Try this:
CODE
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
</head>
<body>
You're Comment<br /> <?php echo nl2br($_POST["comment_txt"]); ?>.
<div align="center"><form action="<?php echo $_SERVER['PHP_SELF']; ?>" method="post"><br>
<p><b>Comment: </b><br>
<p><textarea name="comment_txt" id="comment_txt" rows="6" cols="18"></textarea></p><br>
<p><input type="submit" name="sub" id="sub" value="Post" /></p></p>
</form></div><br>
</body>
</html>
thanks..
your code is helpful,but i want is to see all my post form the first post to the last post..i mean all the post of visitor,i will see and i will reply.please..can you?