<html>

<head>
<meta http-equiv="Content-Language" content="pt">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>New Page 1</title>
</head>

	
<?include_once("cls_banco.php");
include_once("cls_recado.php");
		
		

		$nome = str_replace('"', '\"', $_REQUEST["formNome"]);
		$nome = str_replace("'", "\'", $nome);
		
		
		$email = str_replace('"', '\"', $_REQUEST["formEmail"]);
		$email = str_replace("'", "\'", $email);
		
		$texto = str_replace('"', '\"', $_REQUEST["formTexto"]);
		$texto = str_replace("'", "\'", $texto);
		        
      	
        
        
        $headers = "MIME-Version: 1.0\n";
		$headers .= "From: \"Cerimonial\" <cerimonial@carolinaerafael.com>\r\n";
		
        
        
        $r = new Recado;
        $r->insereRecado($nome,	$email, date("d/m/Y"),	$texto);
        
        
        $mensagemEmail = "Vocês receberam mais uma mensagem no site www.carolinaerafael.com! \n";
        $mensagemEmail .= "Mensagem de: ".$nome . "\n";
        $mensagemEmail .= "Email do autor: ".$email . "\n";
        $mensagemEmail .= "Mensagem: ".$texto . "\n";
        
        
   		mail("rjoc@terra.com.br","Nova Mensagem de ".$nome ,$mensagemEmail,$headers);
      
     	mail("carolina.souzalima@gmail.com","Nova Mensagem de ".$nome ,$mensagemEmail,$headers);
    
 
		       

?>

<body style="background-attachment: fixed" bgcolor="#FF9A66">


<div style="position: absolute; width: 360px; height: 174px; z-index: 1; left: 239px; top: 44px" id="layer1">
	<img border="0" src="Imagens/recado.png" width="146" height="146"><div style="position: absolute; width: 259px; height: 26px; z-index: 1; left: 144px; top: 82px" id="layer2">
		Recado Inserido com Sucesso!!!!</div>
	<form method="POST" action="--WEBBOT-SELF--">
		<!--webbot bot="SaveResults" U-File="fpweb:///_private/form_results.csv" S-Format="TEXT/CSV" S-Label-Fields="TRUE" -->
		<p align="center">
		<input type="button" value="Voltar!" name="B3" onclick="window.location='conteudo_recado.php'" ></p>
	</form>
</div>
<p><img border="0" src="Imagens/bg_frame_recados.jpg" width="800" height="300"></p>


</body>

</html>
