Tagged Questions

-1
votes
10answers
117 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. P …
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 X …
0
votes
3answers
57 views

Web based cron for free ..

Is there any free web based cron that can do scheduled jobs ....
0
votes
1answer
36 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 b …
2
votes
3answers
78 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 Per …
0
votes
3answers
74 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 j …
0
votes
3answers
54 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. …
0
votes
3answers
38 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, …
1
vote
2answers
37 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 fr …
1
vote
4answers
73 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 ha …
1
vote
3answers
51 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
2answers
51 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 every …
0
votes
5answers
68 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 …
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 someth …
0
votes
2answers
115 views

Regular delayed jobs

Hello, I'm using Delayed Job to manage background work. However I have some tasks that need to be executed at regular interval. Every hour, every day or every week for example. F …

1 2 3 4 5 next
15 30 50 per page