lse123
11-25-2007, 12:23 PM
In PHP how replace service@polis-land.com below with $email ?
this is a php mail() script where $email = $_GET['e']; .
$headers = "From:service@polis-land.com";
$headers .= "\nBcc:a080725@cytanet.com.cy";
$headers .= "\nReply-To:service@polis-land.com"; //, $email
$headers .= "\nContent-Type: text/html; charset=UTF-8";
$headers .= "\nMIME-Version: 1.0";
this is a php mail() script where $email = $_GET['e']; .
$headers = "From:service@polis-land.com";
$headers .= "\nBcc:a080725@cytanet.com.cy";
$headers .= "\nReply-To:service@polis-land.com"; //, $email
$headers .= "\nContent-Type: text/html; charset=UTF-8";
$headers .= "\nMIME-Version: 1.0";