1
vote
2answers
27 views
PHP generate a crontab
I want to have a web interface to control when to call a PHP script. In this interface I want to be able to set certain times or ranges that a script will be called. This information will be stored in …
-1
votes
10answers
121 views
Is there any way to automatically run PHP script on Hosting web server withour cron??
I had a script which sends sms alerts everyday. I want it to send automatically send sms by fetching message from database. Can I do it without cron. Is there any other solution. Plz help
0
votes
2answers
39 views
How to install cron. Im a newbie
I want to run PHP scripts automatically. For that I googled and I came to know about CRON. But I dont know how to install and use it. Im using only PHP, CSS, HTML, and running on XAMP apache server on …
0
votes
3answers
59 views
Web based cron for free ..
Is there any free web based cron that can do scheduled jobs ....
0
votes
1answer
38 views
PHP loop acting as cronjob[ensure only one instance running]
Hello everybody,
I have a multi part question for a php script file. I am creating this file that updates the database every second. There is no other modeling method, it has to be done every second.
…
2
votes
3answers
79 views
Advanced cron for a perl script
I have a Perl script that needs to run following an annual schedule with specific dates and times of when to start and stop. I don't believe crontab can handle this. Is there a Perl module (even a …
0
votes
3answers
75 views
Cakephp Shell Cronjob Controller Action Media Temple Server
Hi All,
I'm trying to create a cron job that will send a weekly newsletter. I tried creating a shell task following what Cakephp manual says. Then I go to the Media Temple Cron jobs and type in the …
0
votes
3answers
39 views
how to invoke ruby script containing system command with cron job?
I have a ruby script containing system command like http://gist.github.com/235833, while I ran this script from shell, it works correctly, but when I added it to my cron job list, it doesn't work any …
0
votes
3answers
57 views
Mysql trigger/events vs Cronjob
Hello,
I have an auction website which let my users place an unlimited amount of autobiddings.
To monitor these autobiddings something has to check the database every second.
My question is if …
0
votes
2answers
55 views
Running a php cron job - problem with execution time
Hello,
I have a site where I download data from one site using cUrl a then generate a image from it, which is stored on the server and displayed on other websites.
I've got everything working …
1
vote
2answers
38 views
Call a Kohana helper from cron (or any URL)
I need to call a Kohana helper (or any php MVC framework) from a Cron job.
How can I do this?
The server is Linux, so, I can only think of two possible solutions:
1- Open an URL from the cron job, …
1
vote
4answers
74 views
Automatic Database reads/write every second
I am making an auction website, which has an auto-bid system. This system lets people make biddings without having to be there.
My question is how to implement such a system. I have made the php …
1
vote
3answers
53 views
can php cron jobs access session variables/cookies?
hello, i am new to cron jobs and i have done much searching on this topic but i couldn't understand it fully. can cron jobs access cookies or session variables?
thanks!
0
votes
4answers
56 views
How do you get a Cronjob executing a PHP script to run longer than 30 seconds.
Could you rewrite this into a cron that will run every day for longer than 30 seconds. Also, do i need to edit the .htaccess or php.ini file in the cron.php directory to say something. Over the …
0
votes
5answers
69 views
Getting started with cronjobs on a Mac.
I'm trying to get familiar with cron jobs, and I think I get the basic idea (scheduling, syntax, etc), But, I can't seem to get it right on my mac with Terminal - where exactly do I find the Crontab? …
