I did not try it yet .. but I will
"Manuel Lemos" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hello,
>
> Dre wrote:
> > Thanks Manuel, I will check the class
> >
> > and here is the code of the mail sending script
> > //==
>
Hello,
Dre wrote:
> Thanks Manuel, I will check the class
>
> and here is the code of the mail sending script
> //==
>$att_name = $_POST['att'];
> echo $att_name;
> $att_size = filesize($att_name);
> $handle= fopen($att_name, "r");
> $
Thanks Manuel, I will check the class
and here is the code of the mail sending script
//==
//==
"Manuel Lemos" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hello,
>
> Dre wr
Hello,
Dre wrote:
I'm trying to send a mail with attachment, using mail() fucntion ..
the mail is sent with the attached file, but when I open my mail box to
check the mail I sent using my script, I find the normal text contents and
the attachment displayed as text too !!!
ex. if I attached a docum
4 matches
Mail list logo