I am sure I saw this in a php script once, although I cannot find the script. It was some script that automatically checks for updates for this script, and then replaces itself if there was an update.
I really don't need this, I just want my PHP script to run automatically every 30 minutes per hour, but I would like to do this without cronjobs, if possible.
Any suggestions? Or is it possible?
EDIT:. After reading a possible duplicate related to RC, I would like to clarify.
I would like to do this completely without using resources outside of the PHP script. AKA there are no external cronjobs that send a GET request. I would also like to do this without supporting the script constantly and sleep for 30 minutes
source share