question archive How does a Web server determine whether a requested document includes PHP code?
Subject:Computer SciencePrice:2.89 Bought3
How does a Web server determine whether a requested document includes PHP code?
Web server sends the requested document to the PHP interpreter. PHP interpreter identifies if there is a PHP code in the requested page. After validating the PHP code interpreter process the PHP code and sends the response to the webserver. The server read that response and send it to the client.