0PricingLogin
PHP Academy · Lesson

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

  1. What is PHP?
  2. Where PHP Runs the Web
  3. Your First Look at PHP Code
← Back to PHP Academy