Concept Flow - How a PHP request starts and ends
Client sends HTTP request
Web Server receives request
Web Server passes request to PHP
PHP initializes environment
PHP executes script
PHP sends output to Web Server
Web Server sends response to Client
Request ends
This flow shows how a PHP request starts from the client sending a request and ends when the response is sent back after PHP runs the script.