• Browser shows the document containing the form.
  • User enters the data into form and click submit button.
  • Script in browser will perform client side validation.
  • Browser decodes URL and contacts server.
  • Server translates the URL into a path and a file name.
  • Server realizes that URL point to a program.
  • Server prepares its environment variables and More >