How to run PHP scripts, part 1 – the PHP built-in server
Welcome to a series of articles about ways to run PHP scripts. I will show you other ways to run your scripts. You do not always need the usual Apache/Nginx + PHP-FPM setup. In this first part, we look at the easiest method. This is the server built into PHP.
Continue readingHow to run PHP scripts, part 1 – the PHP built-in server