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
What is php and its advantages?
Tell me what types of loops exist in php?
How to include variables in double-quoted strings?
What are string functions?
If the variable $var1 is set to 10 and the $var2 is set to the character var1, what's the value of $$var2?
How can you submit a form without a submit button?
Describe which programming language does php parallel to?
How to access a global variable inside a function?
Can php replace javascript?
Explain what are the three classes of errors that can occur in php?
How we load all classes that placed in different directory in one php file , means how to do auto load classes.
How to select a database in php?
Does strlen include null?
Is null function in php?
What is Different between Joomla And Magento?