i have setup a cron job to yrun a php script - the scrip, if run from a browser shows the results fine but when the cron runs it - the email i get has just the source code in it rather than a html page. how do i get it to send as a html email ???
i get
Content-type: text/html
X-Powered-By: PHP/4.3.9
<html>
<title>the hello page</title>
<head>
<body>
hello world
</body>
</html>
instead of just
hello world
any advise would be great



LinkBack URL
About LinkBacks
Reply With Quote
thats a good idea - didnt think of that




