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

[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