how to invoke a function from server frequently? [closed] - php

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I want to create a function which is it will running every month on a specific date,
how can I do this?
anyone can help me?

Normally by using some task scheduling software such as Windows Task Schedular or (for anything that isn't Windows) cron.

Related

How to use Cron job in windows? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 9 years ago.
Improve this question
I am new to cron job like things. I want to send email after regular interval (say 15 minutes). How can do it with using cron job. Can anyone help me out?
Thank you.
Cron is a unix thing. You need to use windows scheduler - http://windows.microsoft.com/en-au/windows/schedule-task#1TC=windows-7

run php code before all requests [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I have a chunk of php code that I'd like to execute/include on each request on my server without having to alter each php file in my codebase. Is there a way to do this while using NGINX and php 5.3 on CentOs 6?
Use the auto_prepend_file configuration directive.

How to take an open source PHP CMS offline? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I would like to utilize the Offline web application feature of HTML5 and take a PHP CMS such as Drupal offline. But, I am not sure where to start.
First Google hit for "drupal html5 offline": http://drupal.org/project/appcache

Can you host Magento on Heroku? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I know that you can run PHP on Heroku and use Amazon RDS for mySQL, but has anyone actually done it?

what's the difference of the three installtion packet of Kayako? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
what's the difference of the three installation packet of Kayko?
fusion_stable_ioncubeclosed_4_01_179.tar.gz
fusion_stable_zendclosed_4_01_179.tar.gz
geoiplite_stable_bin_4_01_179.tar.gz
thank you.
The first two would appear to be different versions of the software, one which works with ionCube Loader and one which works with Zend Optimizer. Your server likely only has one of these.
See their docs on the subject.

Categories