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
How many php functions are there?
Which is not a php magic constant?
Is overloading possible in php?
Suppose we receive a form submitted by a post to subscribe to a newsletter. This form has only one field, an input text field named email. How would we validate whether the field is empty? Print a message "the email cannot be empty" in this case?
What are the differences between session and cookie?
What is the importance of "action" attribute in a html form?
Tell me how is it possible to remove escape characters from a string?
How to Retrieve the Session ID of the Current Session?
What is a static method php?
Explain the casts allowed in PHP?
What are the different data types in javascript?
How to merge values of two arrays into a single array?
How can we enable error reporting in php?
How does html form submit work?
What are the characteristics of php variables?