Lecture 1

?
What is the first step in the PHP Communication Flow?
UA acts on user behalf to request a server resourced based on the user's action (e.g., clicking a hyper link) via HTTP.
1 of 6
3rd Step in the PHP Communciation Flow?
Web Server checks the request and forwards it to the PHP app server if required (e.g., if the request is for a .php file).
2 of 6
How is PHP executed?
Proces = PHP Script > PHP Zend Engine > Opcode (operation code) > HTML Output
3 of 6
Fourth Step in PHP Communication Flow?
PHP App server will process the corresponding script and provide response to the web server.
4 of 6
Fifth Step in PHP Communication Flow?
Response will be sent by the web server via HTTP to the UA.
5 of 6
Final Step in PHP Communication Flow?
UA Renders the results and displays the webpage to the user.
6 of 6

Other cards in this set

Card 2

Front

3rd Step in the PHP Communciation Flow?

Back

Web Server checks the request and forwards it to the PHP app server if required (e.g., if the request is for a .php file).

Card 3

Front

How is PHP executed?

Back

Preview of the front of card 3

Card 4

Front

Fourth Step in PHP Communication Flow?

Back

Preview of the front of card 4

Card 5

Front

Fifth Step in PHP Communication Flow?

Back

Preview of the front of card 5
View more cards

Comments

No comments have yet been made

Similar Computing resources:

See all Computing resources »See all Web Technology Integration resources »