Multipart Mime messages... you can't just put HTML source in an email...
See Manuel's class on phpclasses.org for
Regards,
Justin French
on 26/09/02 3:04 AM, usha ([EMAIL PROTECTED]) wrote:
> I just want to email a dynamic page ( So I designed a page consisting of
> datas pulled from db and
You need to add another header telling it the content type = text/html
On Wed, 2002-09-25 at 17:04, usha wrote:
> I just want to email a dynamic page ( So I designed a page consisting of datas
>pulled from db and are formated with html tags: here in below code $d is such
>variable to be mailed
I just want to email a dynamic page ( So I designed a page consisting of datas pulled
from db and are formated with html tags: here in below code $d is such variable to be
mailed)
But the problem is that, instead the code contained in $d is sent.
The code is as such:
$ebody="$d";
mail("[EMAIL
3 matches
Mail list logo