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
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 is session and why do we use it?
List some of the features of php7.
Why php 7 is faster?
How to change the principal password?
Does jwt protect against csrf?
Why super () is used in java?
How many types of functions are there in php?
How can we submit a form without using submit buttons?
How many data types are used by php?
For image work which library is used in php?
Which function would you use to replace a record in a database in php?
What is the difference between require_once and require in php?
Is php case sensitive?
Is age an interval or ratio?