0

Here are my codes:

<form action="druhy.php" method="post">
message: <textarea name="msg"></textarea><br>
<input type=submit value="Odeslat">
</form>


<? if ( mail("[email protected]", "from PL", $msg,"From: [email protected]") )
{header("Location: sent.htm");}
else {header("Location: nosent.htm");}
?>

what happened with the msg variable?

cornejo
  • 101

0 Answers0