> I need to schedule to run a PHP script on server side, rather than invoke it > from browser. Is there any way to compile it to .exe so it can run on > Solaris/Apache environment? no such thing as .exe in Solaris ;) just "chmod 755" a file and it will execute.
> If yes, can you help me know how? Thanks a great deal! If you want to schedule something to run, say, every 5 minutes, then you add it to your cron jobs. In FreeBSD, you have to edit /etc/crontab to do this, then restart cron. Inorder to execute a PHP script like you want (and I could be way off on this one), I would install lynx and make cron call lynx with a link to your .php file. Sabre -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php