" tag Interpret and execute; 3. Send the execution results to the browser."/> " tag Interpret and execute; 3. Send the execution results to the browser.">

Home  >  Article  >  Backend Development  >  Briefly describe the working steps of the php program

Briefly describe the working steps of the php program

Guanhui
GuanhuiOriginal
2020-05-09 16:16:036404browse

Briefly describe the working steps of the php program

Brief description of the working steps of the php program

1. Access the php file through the browser, and the browser will send a request to the server;

2. The server will parse the php file according to the request, and will only interpret and execute the code in the "" tag;

3. The executed The results are sent to the browser.

Recommended tutorial: "PHP Tutorial"

The above is the detailed content of Briefly describe the working steps of the php program. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn