RE: [PHP] Webmail with Attach

2002-01-08 Thread Martin Towell
age-Boundary--\n"; until all the attachments have been added hope that helps Martin -Original Message- From: Luz Lopez [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 09, 2002 9:49 AM To: [EMAIL PROTECTED] Subject: [PHP] Webmail with Attach Hi All, I am making a webmail, this webma

RE: [PHP] Webmail with Attach

2002-01-08 Thread Jason Murray
> I need that that my webmail can send mail with many attach. > How can I do it? You could either ask the user how many attachments they want, and present that number of fields, or you can grab the file attachment from the user, store it in a uniquely-named temporary directory, get another, and

[PHP] Webmail with Attach

2002-01-08 Thread Luz Lopez
Hi All, I am making a webmail, this webmail can send with just one attach, but I need that that my webmail can send mail with many attach. Now my function have the follwing code line: if ($attach != "none") { $file = fopen($attach, "r"); $contents = frea

[PHP] Webmail with Attach

2002-01-05 Thread Luz Lopez
Hi All, I am making a webmail, this webmail can send with just one attach, but I need that that my webmail can send mail with many attach. Now my function have the follwing code line: if ($attach != "none") { $file = fopen($attach, "r"); $contents = frea

[PHP] Webmail with attach

2002-01-05 Thread Luz Lopez
Hi all, I am making a small webmail, But I need that this webmail have attach, I can to put one attach athis mail, but I need many attach in the webmail, I made a bucle for many attach, but now I can't to manipulate this attach for that the user send mail with many attach. Some body can help