what do you men call the script from the browse.
do you have icq....? 123294377
if you mean when i submit the then the movies goes the valid label.....
<?php
//mail script by chewie AKA pottypotsworth
mail("YOUREMAILADDRESS@YOURDOMAIN.COM", "SUBJECT LINE",
"Main Body of e-mail is below:
Name = $name
Message = $message
comments = $comments
", "From:$name");
?>
O.k use that script and it will work i made that myself and use it all the time,
if you DON'T edit that script before you have tested it you will see what it looks like when you have received the e-mail, then you can edit it to your liking.
Hope that helps and if you still have problems giv me a shout!
I take it i just need to cut and paste, correct? where is the ";" after each line and also isn't there a place where is shows how the email appears at my address....
IE
mail($name, $subject, $email, $comments);
sorry to be a pain.....i have been trying to get this sorted for days.....
<?php
//mail script by chewie AKA pottypotsworth
mail("chillpillsmile@hotmail.com", "SUBJECT LINE",
"Main Body of e-mail is below:
Name = $name
email= $email
comments = $comments
", "From:$name");
?>
O.k use that script and it will work i made that myself and use it all the time,
if you DON'T edit that script before you have tested it you will see what it looks like when you have received the e-mail, then you can edit it to your liking.
Hope that helps and if you still have problems giv me a shout!