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 a bunch of PHP files in a directory which only 'do things', that is, they do not output anything to browser. Is there a way to run all of them one by one from a single script? Otherwise I'll have to put all of them in a single script... which I'd like to avoid.