|
|||||||||||||||||||||||||||||
|
if ($acao=='enviar')
{
$data = date("d.m.y");
$hora = date("G:i:s");
// MONTANDO CONTATO
$contato ="
Contato - $data - $hora
Nome: $nome
E-mail: $email
Cidade / Estado: $cidade
Assunto: $assunto
Mensagem: $mensagem
Usuário da Fácil Internet? $usuario
Login: $login
";
//PEGANDO O CONTATO
$msg = $contato;
$headers = "From: $nome <$email>\r\n";
$to = "suporte@novonet.com.br";
$subject = "Contato";
mail($to, $subject, $msg, $headers);
/* To send HTML mail, you can set the Content-type header. */
$headers = "MIME-Version: 1.0\r\n";
$headers .= "Content-type: text/html; charset=iso-8859-1\r\n";
echo "";
echo "";
exit;
}
?>
include("google_468.html");?>
|
|||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||