Where PHP Runs the Web
Install PHP and set up a local server to run PHP scripts.
The web in one minute
Welcome back! 🌐 Let's see how a web page actually reaches you, and where PHP fits in.
Client and server
Your browser is the "client." It asks for a page. A computer called the "server" answers. PHP lives on that server.
All lessons in this course
- What is PHP?
- Where PHP Runs the Web
- Your First Look at PHP Code