How to attach the files using PHP..
am 11.09.2007 14:13:34 von AnuHi,
How to attach the files using PHP..
Thank You
Anu
Hi,
How to attach the files using PHP..
Thank You
Anu
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
==================
Hi,
Thank You sir for your reply..
want to attach the files in mail.. using PHP..
Thank You,
Anu
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
==================