How to attach the files using PHP..

How to attach the files using PHP..

am 11.09.2007 14:13:34 von Anu

Hi,

How to attach the files using PHP..






Thank You
Anu

Re: How to attach the files using PHP..

am 11.09.2007 15:42:14 von Jerry Stuckle

anu wrote:
> Hi,
>
> How to attach the files using PHP..
>
>
>
>
>
>
> Thank You
> Anu
>

I don't understand your question. Attach files where?

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Re: How to attach the files using PHP..

am 12.09.2007 11:36:50 von Anu

Hi,

Thank You sir for your reply..
want to attach the files in mail.. using PHP..




Thank You,
Anu

Re: How to attach the files using PHP..

am 12.09.2007 13:32:39 von Jerry Stuckle

anu wrote:
> Hi,
>
> Thank You sir for your reply..
> want to attach the files in mail.. using PHP..
>
>
>
>
> Thank You,
> Anu
>

Not easy. You need to set the email up as a multipart mime, with the
correct headers, separators, etc.

Check out the phpmailer class. It makes things much easier.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================