April 23, 200520 yr I'm using FM7SA on a XServe 10.3.9 to host a website with a large database. I can do the job with PHP, but things are getting slowlier every week. So I want to symplify my PHP code, but therefore I want to use a script that I've written in de FM7 database file. I want to run this script every 15 minutes or so. A nice way would be by triggering the script via a cron job. Is this possible? Of course I could run the script on a client computer, with an interval of 15 minutes, but when I reboot the server, the clients loses the connection etc... so via a cron job on the server would be very nice!
Create an account or sign in to comment