
Skrypt php:
Kod
<?
$to = "emtecs@o2.pl"; // E-mail address to send mail to.
$subject = "Pozdrowienie"; //Subject of the e-mail
$message = "Dostales pozdrowienie do przeczytania w swojej audycji na radio style:
Od: $name
$email
Pozdrowienie: $feedback
"; // Message shown at other end (the e-mail).
mail($to, $subject, $message, "From: $name nX-Mailer: php/" . phpversion());
header( "location: http://www.members.lycos.co.uk/piramidaclub/radio%20style/news.php" ); //url to re-direct to after mail has been succesfully sent.
?>
$to = "emtecs@o2.pl"; // E-mail address to send mail to.
$subject = "Pozdrowienie"; //Subject of the e-mail
$message = "Dostales pozdrowienie do przeczytania w swojej audycji na radio style:
Od: $name
Pozdrowienie: $feedback
"; // Message shown at other end (the e-mail).
mail($to, $subject, $message, "From: $name nX-Mailer: php/" . phpversion());
header( "location: http://www.members.lycos.co.uk/piramidaclub/radio%20style/news.php" ); //url to re-direct to after mail has been succesfully sent.
?>
Skrypt html:
Kod
<b><form name='feedback' method='post' action="./mail.php">
<font face="Verdana" size="1">Pozdrowienia od:</font></b> <input type="text" name="name" size="20"></p>
<p><font face="Verdana" size="1"><b>Treść:</b></font></p>
<p><textarea name="feedback" rows="8" cols="45"></textarea></p>
<p><input type="submit" name="send" value="Submit"></p></center>
<font face="Verdana" size="1">Pozdrowienia od:</font></b> <input type="text" name="name" size="20"></p>
<p><font face="Verdana" size="1"><b>Treść:</b></font></p>
<p><textarea name="feedback" rows="8" cols="45"></textarea></p>
<p><input type="submit" name="send" value="Submit"></p></center>
i potzrebuje do tego blokade ale jeszcze raz powtarzam ze nir rozumnie tego



wiec pytam was czy mi pomożecie :?: :?: :?: