<?php include "userfunctions.php"; ?>
<html>
<head>
<title>Thank You</title>
<link rel="stylesheet" type="text/css" href="themes/modern.css" media="screen" />
<head>
<body><center>
<font face="arial" size="3"><? showlinks(); ?>
<div id="body">
<?php
$quote = $_POST['quote'];
$comm = $_POST['comments'];
sendquote($quote,$comm);
?>
Thank You.. Your quote was sent to the queue and will be moderated as soon as possible.
</div></body>
</div>
<br><br><font size="2">
|| QuoteBoat DataBase (QDDB) is released under GPLv3 || <br>
|| Created by CodeBlock ||
</font>
</center>
</html>