How to run a PHP script without actually opening it?
I want the PHP script to run at regular intervals (2 months).
For example: Let’s say I run some kind of business where I receive a specific amount of money every 2 months. If I get the payment in the time frame then it’s fine but, if I didn’t receive payment, then the script should send me an email.
I don’t want to open the webpage and allow the script to check and notify me, that’s time consuming. A real world example is IFTTT.
Post and answer: How do I run a PHP script without actually opening it?
from MakeUseOf Answers http://ift.tt/1jTYRBL
via IFTTT
No comments:
Post a Comment
If you have any question please let me know