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

Answer Posted / sachin

Application Server is the one that hosts the business logic
of the applications as well as third party applications that
are needed by web applications.

Web server receives the HTTP request, uses the application
server for the processing of data. It uses CGI scripts to
access the third party application lying on the application
server.

The response of the application server is utilized by web
server and produces the appropriate and presentable output
to the browsers.

Is This Answer Correct ?    8 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Tell me how to retrieve a cookie value?

532


What does $_cookie mean?

533


What is php and sql used for?

504


What is encapsulation in oop php?

518


What is difference between python and php?

512






What is mysqli php?

519


What is the timeout period on session values?

565


Is php faster than python?

558


What is different types of visibility?

535


What is the difference between php and javascript?

558


Write a program in php to check whether a number is prime or not?

494


What is the output of the following php code?

495


Is php coding easy?

501


What is oops php?

524


How can we submit a form without using submit buttons?

533