How would I go about making a "batch file" based PHP script that simply runs other PHP scripts.
For example, I have three PHP files. I would like those three files to be run from one main file. I would like the main file to execute the first file, when it is done, execute the second file, and when it's done, execute the third file. Is this possible? Thanks.