Re: [PHP] Re: attachements in mail()

2002-08-01 Thread Danny wall
This thing's pretty cool! Thanks! -Danny >From: Manuel Lemos <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: [EMAIL PROTECTED] >Subject: [PHP] Re: attachements in mail() >Date: Thu, 01 Aug 2002 17:43:04 -0300 > >Hello, > >On 08/01/2002 03:14 PM, Da

Re: [PHP] Readdir

2002-08-01 Thread Danny wall
>if ($handle = opendir('/my/directory')) { > echo "Directory handle: $handle\n"; > echo "Files:\n"; > > > > while (false !== ($file = readdir($handle))) { > echo "$file\n"; > } Everything is good, you just to make a slight addition to your echo. echo "$file" -Danny "You

Re: [PHP] Re: attachements in mail()

2002-08-01 Thread Danny wall
Ah ... well that's good. I thought I was just being an idiot. Thanks for the resources, a couple of the classes will do the job nicely. -Danny >From: Philip Hallstrom <[EMAIL PROTECTED]> >To: Danny wall <[EMAIL PROTECTED]> >CC: [EMAIL PROTECTED] >Subject: [

[PHP] attachements in mail()

2002-08-01 Thread Danny wall
I've looked, and can not find out how you send attachments using the mail() function. I find it difficult to believe that this was left out, so obviously I'm missing something right in front of my face. So my question is, how do you send attachments using the mail() fucntion? -Danny "You are