I am running the command: /aboslutepath/httpdocs/test3.php It tries to run the PHP as CGI. Is there a CGI command to include the PHP file? I use a simliar trick in my .shtml pages to run PHP. Any ideas?
If you've got something like wget or Lynx or some other commandline-driven client, you could have the cron job run that, with the page to request passed as an argument.
wget http://localhost/httpdocs/test3.php
thx weedpacket. i did this like a year ago - i completely forgot to use GET when doing an [url]http://.[/url] I think you've helped me solve problems for the past 3 years. 🙂