witam, jestem kompletnie w tym zielony a chcialbym zeby w otrzymywanym mejlu dostawac obraze z logiem, znalazlem generator ktory mi wygenerowal specjalny kod dla mojego obrazka
zobaczcie tutaj:
http://angfr.hekko.pl/oj/hm/wygenerowany_kod.txtjak moge go polaczyc w calosc z kodem ponizej zeby to dzialalo sprawnie (IMG:
style_emoticons/default/questionmark.gif)
<?php
// Change this to the email address where the message is to be sent
$your_email = "aszestakowski@gmail.com";
// This is the return URL after the form has been processed
$thankyou = "message_sent.php";
// This is what is displayed in the email subject line
// Change it if you want
$subject = "Dane kontaktowe // www.angielskinauka.pl";
// You shouldn't need to edit below this line
// ---------------------------------------------
// Timestamp this message
// finally, send e-mail
$ip=$_SERVER["REMOTE_ADDR"];
$message = "Wiadomość została wysłana dnia " .$TimeOfMessage."\n";
$message .= "<br />---------------------------------------------------------<br /><br />\n";
// send the complete set of variables as well
while (@list
($var,$val) = @each($_POST)) { $temp = '';
foreach($val as $newval){
$temp .= "$newval ";
}
$message .= "$var: $temp\n";
} else {
$message .= "$var: $val\n";
}
}
// send the email
mail($your_email, $subject, $message, "From: $name <$email>\nMIME-Version: 1.0\nContent-type: text/html; charset=UTF-8");
// go to return URL
header("Location: $thankyou"); }
?>
ten generator znajdziecie tutaj:
http://ezinedesigner.com/embed-images-php.htmlPROSZE O POMOC (IMG:
style_emoticons/default/sad.gif)