Normally, when you acess a PHP file from a web browser, you send a request, and the script does its thing, and then sends an output.
However, is there any way to activate a script on a remote server, and just leave it running? Like, if you wanted (For example) a script that captured a webcam image from another site every five minutes, but just saved the files instead of sending them to you. Is this possible?
However, is there any way to activate a script on a remote server, and just leave it running? Like, if you wanted (For example) a script that captured a webcam image from another site every five minutes, but just saved the files instead of sending them to you. Is this possible?
