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
Are there regular expressions in php?
What is difference Between PHP 5 and 7?
What is implode() in php?
What are the special characters you need to escape in double-quoted stings?
What is the purpose of constant() function?
Can I include php in javascript?
What is the main difference between asp net and php?
How to convert one date format into another in php?
Do I need apache for php?
What is the functionality of the functions strstr() and stristr()?
Where is my php ini file?
What is array filter in php?
Is php front end or back end?
Explain the syntax for ‘foreach’ loop with example.
What are the difference between overloading and overriding in oops?