Here are my codes:
<form action="druhy.php" method="post">
message: <textarea name="msg"></textarea><br>
<input type=submit value="Odeslat">
</form>
<? if ( mail("mine@gmail.com", "from PL", $msg,"From: webmaster@example.com") )
{header("Location: sent.htm");}
else {header("Location: nosent.htm");}
?>
what happened with the msg variable?