ileride lazım olursa diye bende birşeyler ekleyeyim.

Alıntı
<?
header("Content-Type: text/html; charset=ISO-8859-9");
?><html><head><?



if($_POST[yolla]!=""){
foreach( $_POST as $k => $v){
$x .="<strong>$k </strong>: $v <br>
";
}
$headers = 'MIME-Version: 1.0' . "\r\n";
$headers .= "Content-Type: text/plain;charset=charset=iso-8859-9\n";
if ( @ mail($_POST["mailadresi"],"Bilgi Maili",$x,$headers)){
$mesaj="
Bilgileriniz Kaydedildi. Sizinle en kısa sürede irtibata geçeceğiz.
";
}else {
$mesaj="Bilgileriniz Kaydedilemedi Lütfen adresine mail atınız.";
}
}

?>




<meta http-equiv="Content-Language" content="tr">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-9">
<title></title>
</head><body topmargin="0" leftmargin="0">


<?=$mesaj?>


</body></html>