PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I have to run certain scripts nightly. Instead of having 5 different cron jobs, I want to place all of the calls to the scripts in one single script. I can run cron jobs on each file by itself and I can run each file by itself from the command line. But when I try and run a file from inside another script I get the error "No Input File Specified". Below are examples of 2 different ways that I have tried to run the programs. I tried the script on another server and it worked. Does anyone have any ideas?
Well, I haven't used those functions before, but are they subject to server permissions? If they are, that might be why you could run it on a different server, but not this one. Also, are the files in the same place on both machines? That may also be why it isn't working.