Back to quiz

6. What is the first step in the PHP Communication Flow?

  • UA renders the results & displays the webpage to the user.
  • Request is sent by UA and received by web server
  • UA acts on user behalf to request a server resourced based on the user's action (e.g., clicking a hyper link) via HTTP.
  • Web Server checks the request and forwards it to PHP app server if required.