How Web Applications works technically?
Web Application is final software products which interact with end users. Every web pages are stored at server located anywhere in the world. Whenever a user sends the request for certain page, the request is passed to certain ip address at which the web server is situated. Web server then resolve the query and provide user with requested page. At user side a partial replica of the web page is created temporary to let users view the page. » Read more: Introduction to Web application development for PHP Developers – PHP Tutorial by Aegis Software Part 1
