function addpost () {
global $password,$email,$name,$post,$topicID;
	$timestamp = date("F j, g:i a");
	$new_password = addslashes($password); 	
	$new_email = addslashes($email);
	$new_name = addslashes($name);
	$new_post = addslashes(nl2br(htmlspecialchars($post)));
	$insert = mysql_query("INSERT INTO posts VALUES ('NULL','$topicID','$new_name','$new_email','$new_password','$timestamp','$new_post')");
	
	
	
	
	
<P ALIGN=center><FONT SIZE="-1" FACE="Verdana,Arial,sans-serif" color=#000000>On:<? echo $post['TimeStamp'] ?>
