Call to the mail function like this, notice the Content-type header to be
set to HTML

mail($emailaddress, $subject, $email, "From: Me
<$myemailaddress>\r\nContent-type: text/html; charset=iso-8859-1\r\n");

Make sure that $email contains plain text html. I guess you already know how
to generate that...

Greets,

Arjan


"Neko" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> > is it a webpage you create with php or is it a webpage that you get from
> > just any site?
>
> It's a dynamically generated page on my site - I wanted to just include
the
> url's contents into a string, or something. So no I can't cheat and just
> grab from the filesystem :)
>
> cheers,
> neko
>
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to