get_comment_flak(6, "comment", "cf", 13, 70, 18); if ($_REQUEST['submit'] == "Save Comment") { // check the comment flak for input to detect spammers if ($cf->detect_spam("comment", 13, $_REQUEST)) { $hidden = true; } // save the comment using your own PHP code save_new_comment($dex, $author, $link, $_REQUEST['comment_13'], $ip_address, $hidden); } ECHO << .cf textarea { border: 0px; height: 0px; }

Your Name:

Your Web Site:

Your Comment: {$comment_flak}

END; ?>