<?
$subject="from ".$_GET['your_name'];
$headers= "From: ".$_GET['your_email']."\n";
$headers.='Content-type: text/html; charset=iso-8859-1';
mail("sashon@mail.com", $subject, "
<html>
<head>
<title>Contact letter</title>
</head>
<body>
<br>
".$_GET['message']."
</body>
</html>" , $headers);
echo ("Vaše zpráva byla odeslána!");
?>
<script>
resizeTo(300, 300)
//window.close()
</script>
Nevím kde je tu chyba .. pomozte :)
Příspěvky odeslané z IP adresy 78.128.167.–
Sasha