Re: [PHP] form mail with attachment

2002-04-13 Thread heinisch

At 13.04.2002  03:17, you wrote:


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.
Hi, can´t you delete this f*ing advertisment ;-)
Look at 
http://www.php-resource.de/scripts.php?cat=listcaty=PHPcatTyp=MailCR=49RL=20
scroll down to class mime_mail, and load it down.
All you need (and only this). There are some other classes around, but this 
work fine(for me)
and is real small.
Sorry it´s a german link, but it was on page 2 of google.

HTH Oliver


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] form mail with attachment

2002-04-12 Thread mm fernandez



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