I was wondering how I could get a PHP file to go through the server and start up another PHP file. It would be kind of like an include or a require, but it would not use the current client to do it. It would need to be a Unix command such as PHP '/home/user/public_html/phpfile.php'. I would like to do this because there are multiple files I would like to boot up at the same time, and going through cron jobs is annoying.