inquisitive Posted August 25, 2008 Share Posted August 25, 2008 HI I am looking to create a cron job that executes multiple queries or runs multiple jobs if you will...And please do not suggest crontabs because my server does not allow shell access....I can only create individual cron jobs...there has to be an easier way... Link to comment https://forums.phpfreaks.com/topic/121224-cron-jobs/ Share on other sites More sharing options...
Mchl Posted August 25, 2008 Share Posted August 25, 2008 Stored procedures? Link to comment https://forums.phpfreaks.com/topic/121224-cron-jobs/#findComment-624909 Share on other sites More sharing options...
inquisitive Posted August 25, 2008 Author Share Posted August 25, 2008 yeah gonna need more than an explaination here...maybe some code for example...im new to this thing Link to comment https://forums.phpfreaks.com/topic/121224-cron-jobs/#findComment-624915 Share on other sites More sharing options...
Mchl Posted August 25, 2008 Share Posted August 25, 2008 Another (simpler) thought. If on your host you have access to php, why not write php script that runs queries for you, and run it in as a cron job? Link to comment https://forums.phpfreaks.com/topic/121224-cron-jobs/#findComment-624917 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.