The workings of the PHP? PHP is a Server Side Scripting language, which always requires a web server php to carry out the action.
In principle, the server will work if there is a request from a client, the php code. The client will be sent to the server, then the server will return the data to the appropriate page of the requested instruction. Let not confused I will describe one by one as follows:
- The server reads the request from the client / browser.
- Then proceed to find the page on the server.
- Server performs the instruction given by the php to modify the page.
- The results of these modifications will be developed to the client / browser.More details, please see the picture below:
In principle, the server will work if there is a request from a client, the php code. The client will be sent to the server, then the server will return the data to the appropriate page of the requested instruction. Let not confused I will describe one by one as follows:
- The server reads the request from the client / browser.
- Then proceed to find the page on the server.
- Server performs the instruction given by the php to modify the page.
- The results of these modifications will be developed to the client / browser.More details, please see the picture below:
So that I can share about How to Work the PHP, please understand. Also read previous articles about: Why use PHP programming language? .
Comments
Post a Comment