Jump to content
php.lv forumi

Mail help!


taai

Recommended Posts

<?php
ini_set("sendmail_from",$_POST["mail"]);
@mail("[email protected]",$_POST["tema"],$_POST["text"],"From: ".$_POST["name"]." <".$_POST["mail"].">\r\n");
header("Status: 302 Found");
header("Location: http://blaaa.lv/mail.htm");
?><head><title>blaaa.lv</title></head>

 

Nju šis tākā būtu kodiņš, lai varētu sūtīt uz e-pastu, BET ir problēma - e-pastā mīkstinājum un garumzīmju vietā parādās ķeburi (simbola html kods vai kas taml.)

 

Lūdzu palīdziet cilvēkam, kurš cītīgi mācās... :huh:

Link to comment
Share on other sites

<?php
ini_set("sendmail_from",$_POST["mail"]);
@mail("[email protected]",$_POST["tema"],$_POST["text"],"From: ".$_POST["name"]." <".$_POST["mail"].">\r\n");
header("Status: 302 Found");
header("Location: http://blaaa.lv/mail.htm");
?><head><title>blaaa.lv</title></head>

 

Nju šis tākā būtu kodiņš, lai varētu sūtīt uz e-pastu, BET ir problēma - e-pastā mīkstinājum un garumzīmju vietā parādās ķeburi (simbola html kods vai kas taml.)

 

Lūdzu palīdziet cilvēkam, kurš cītīgi mācās...  :huh:

18631[/snapback]

 

probleema taada ka nav noraadiits haiderim

kaads buus veestules kodeejums :)

Meklee sheit

 

:)

Link to comment
Share on other sites

<?php
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">;
ini_set("sendmail_from",$_POST["mail"]);
@mail("[email protected]",$_POST["tema"],$_POST["text"],"From: ".$_POST["name"]." <".$_POST["mail"].">\r\n");
header("Status: 302 Found");
header("Location: http://blaaa.lv/mail.htm");
?><head><title>blaaa.lv</title></head>

 

pielieku <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">

 

Bet neiet :(

Link to comment
Share on other sites

×
×
  • Create New...