Jump to content

How do i get my variables in my auto reply email text ?


Duofilm

Recommended Posts

        $IP = $_SERVER['REMOTE_ADDR'];
        $DATE = date("Y-m-d");
        $TIME = date("H:i:s");
	$NameOfSender = "BLABLABLABALLA";


$email = $fieldnm_3; // use their addy instead of yours
$subject = 'ikwerkthuis.be inloggegevens introductie film'; // change subject
$text = 'Beste  $NameOfSender,

Welkom bij ikwerkthuis.be.
Hieronder vind U de logingevens voor het bekijken van de introductiefilm:

Adres:            http://ikwerkthuis.be/index.php/introductie
Gebruikersnaam:   introductie
Paswoord:         film2012

%DataOfForm%

Wij nemen spoedig contact met u op.

Met vriendelijke groeten,
Het ikwerkthuis.be team

IP: $IP
Date: $Date
Time: $Time'; // change text

mail($email, $subject, $text, 'From: '.$emailadd.''); // send another one out


header("Location:$success_page_name");

}
?>

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.