Skip to content

Instantly share code, notes, and snippets.

@zahra-ove
Last active March 19, 2024 10:04
Show Gist options
  • Save zahra-ove/f3b1a24766d2df0c28c0316faca897be to your computer and use it in GitHub Desktop.
Save zahra-ove/f3b1a24766d2df0c28c0316faca897be to your computer and use it in GitHub Desktop.

Most PHP programmers have used PHP strictly in a web server environment. In such an environment, PHP is a CGI/Fast GGI or server module called and controlled by the HTTP server (usually Apache, IIS, Nginx, or similar)\

The HTTP server receives a request for a PHP-based web page and calls the PHP process to execute it, which usually returns output to the HTTP server to be sent on to the end user.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment