Is there a way to run a php script from the command line, as part of a cron job for instance?
#!/phpdir/php <?php
... code goes here ...
?>
phpdir is direrectory where you've got installed php executable.
now, someone correct me if i am wrong, but i remember reading somewhere that you can get the zend dev application, put your script into it, compile it and run it as a exe file(or for a unix platform) could be wrong though 🙂