ok i think im getting there, this is my first week in php so bear with me, do i still need <?php track_vars?> to start off my script in email.php?
also how would i code the $_post line
as of right now here is my simple mail code
<?php //PHP ADODB document - made with PHAkt 2.2.0?>
<html>
<head>
<link href="main.css" rel="stylesheet" type="text/css">
</head>
<body>
<?php_track_vars?>
<?php
$msg = "Sender's Email:\t$emailbox\n\n";
$mailheaders = "From: Lilliek.com\n";
$mailheaders .= "Reply-to: $emailbox\n\n";
mail("DarrynC@hotmail.com", "Email Address", $msg, $mailheaders);
echo "<h3 align=center>Thank You</H3>";
echo "<p align=center class='email'>$emailbox Has Been Added To Our Mailing List.<br>We Do Not Share Our Mailing List With Anyone</p>";
echo "<p align=center class='email'><a href='
to LillieK.Com</a></p>";
?>
</body>
</html>
![[soapbox] [soapbox] [soapbox]](/data/assets/smilies/soapbox.gif)
sleep is good