Ok. Tried that. It now brings up a Page Not Found message.
To be sure, this is the new line of code in the mail.php file:
//Designate a mail header and body
$headers = "FROM:Webmaster@Racing-Setups.com\n";
$body = "Your friend, ".$POST['name'].", thought you'd be interested in this web site:\nhttp://www.Racing-Setups.com.\n\nThis site is the most comprehensive online racing site on the web! Check it out!".$GET['id'];
This is correct, right???
Sorry, I did not give the complete calling code before....here it is:
<script type="text/javascript">
function mail(id) {
window.open("mail.php?id=" + id, "info","width=250,height=220,scrollbars=0,resizable=0")
}
</script>
<font size=1 face=verdana color=000000>Look around...and if you enjoy the site, <a href="mail.php?id=<?php echo $id; ?>">send</a> it to some friends!!!
This includes the code you suggested.
Thanks so much. I'm pretty much a noob. Trying to get one code to work so I can expand on that!