zobaczcie tutaj: http://angfr.hekko.pl/oj/hm/wygenerowany_kod.txt
jak moge go polaczyc w calosc z kodem ponizej zeby to dzialalo sprawnie

<?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 $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 } ?>
ten generator znajdziecie tutaj: http://ezinedesigner.com/embed-images-php.html
PROSZE O POMOC
