Hi!
I think you have installed GET , so use in your cronab
GET http://localhost/report_for_my_boss/create.php |mail -s "Hello Boss"
[EMAIL PROTECTED]
if you miss get try it with lynx:
lynx -source -dump http://localhost/.. |mail
regards
Folke
--
Folke Ashberg
Stage Internet Services Gm
> I was thinking of writing up a PHP script and put into crontab, which is
> somehow easier than a shell script, but PHP is an apache module, so I
> cannot execute PHP under crontab (it has to be executed in a browser
> right?). I guess a shell script is necessary. So, is it possible to
> call '