/*header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT"); // Sempre modificado header("Cache-Control: no-store, no-cache, must-revalidate"); // HTTP/1.1 header("Cache-Control: post-check=0, pre-check=0", false); // HTTP/1.1 header("Pragma: no-cache"); // HTTP/1.0 */ if (isset($_POST['nome'])){ $adminaddress = "graffit@graffitserigrafia.com.br"; $siteaddress ="http://www.graffitserigrafia.com.br"; $sitename = "Graffit Serigrafia"; $date = date("d/m/Y - H:i:s"); $nome= $_POST['nome']; $email = $_POST['email']; $fone = $_POST['fone']; $cidadeestado = $_POST['cidade/estado']; $assunto = $_POST['assunto']; if ($REMOTE_ADDR == "") $ip = "no ip"; else $ip = getHostByAddr($REMOTE_ADDR); mail("$adminaddress","Contato site", "Contato via site $sitename.\n Name: $nome E-mail: $email Fone: $fone Assunto: $assunto Dia/hora: $date","FROM:$email"); //This sends a confirmation to your visitor mail("$email","Contato site graffitserigrafia.com.br", "Ola $nome,\n Agradecemos seu interesse. Em breve entraremos em contato. $sitename | Caxias do Sul | RS | Brasil | 55(54) 3226.2622 | $siteaddress","FROM:$adminaddress"); } ////////////////////////////////////////////////// ?> if (isset($_POST['nome'])){ ?> } ?>
|