What is wrong with this code?
(note: the variables $email and $comments are sent from another page but i get the 
error message from this page saying "Warning: Could not deliver email. You are over 
quota. in /web/sites/197/lk6/www.stupeedstudios.f2s.com/email.php on line 15" in which 
line 15 is the line under "$message = $email. $comments;" saying just "?>"

<?php
$kyle = "[EMAIL PROTECTED]";
$subject = "Comments";
$message = $email. $comments;
?>
<?php 
mail("$kyle", "$subject", "$message");
?>


Thanks
-legokiller666-
http://www.StupeedStudios.f2s.com
New address.... new site

ICQ: 115852509
MSN: [EMAIL PROTECTED]
AIM: legokiller666


Reply via email to