1.What is application server ?
2.What is web server ?
3.Explain the process of execution of a php file ?

Answer Posted / mohsin

Application server is a server that hosts an API to expose
Business Logic and Business Processes for use by other
applications

Web server is responsible for accepting HTTP requests from
web clients, which are known as web browsers, and serving
them HTTP responses along with optional data contents,
which usually are web pages such as HTML documents and
linked objects

Is This Answer Correct ?    23 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the main difference between php 4 and php 5?

531


How to get length of an array in PHP?

568


What is the latest version of php?

531


What are the design patterns in php?

512


Where are php configuration settings stored?

529






Does php support multiple inheritance?

497


What are the new features available in php 7?

542


What is static variable in php?

606


Suppose the variable $var1 is set to 10 and the $var2 is set to the character var1, what's the value of $$var2?

536


How can we access the data sent through the url with the get method?

592


How to execute an sql query?

511


Why php language is used?

522


What is framework? How it works? What is advantage?

492


What are the advantages of stored procedures?

547


What are the uses of explode() function?

557