>

Comments

Be the first to post a comment."; } else { print "Add a comment

"; for ($i=1; $i<=$result; $i++) { $row = mysql_fetch_array($query); $pName = stripslashes($row['name']); $pTime = $row['datetime']; $pComment = nl2br(stripslashes($row['comment'])); $pFlag = $row['flag']; if ($pFlag != '1') { print "

".$pName." ".$pTime."

".$pComment."

"; } } } mysql_close($login); ?>