Before you get started with learning PHP, you will need to have a working development environment. Ultimately, PHP will be running from your web server, either on the Internet or on an intranet. However, for development (and training) purposes, it makes sense to set up a local web server. This can be any machine on your network, but it’s very easy to set up everything you need on your own desktop or laptop computer.
The good thing about web development is that it is culturally agnostic. It doesn’t matter whether ...