i have this code for my form mail:
<?php
mail ([EMAIL PROTECTED], "$subject", "From: $name\r\nEmail:
$email\r\nWebsite: $website\r\nMessage: $message", "From: $email\r\n");
?>
i need to add an attachment file with the variable $file. what do i need to
add in the code so that i will also be able to receive the attached file
sent from the website?
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php