Hello,
I'm working on a Apache, MySQL, and PHP-based site, and in order to re-use some of the database code for scheduled tasks, I'd also like to run some PHP scripts from the command line using crontab. I know that if PHP is compiled as an executable, this is possible.
I wouldn't imagine that there are known problems using PHP through shell and Apache on the same server, but I've never tried it so I wanted to check first. If you've had success with this, could you let me know?
Thanks!
-Mike