1.What is application server ?
2.What is web server ?
3.Explain the process of execution of a php file ?
Answer Posted / pinku
application server is we execute both jsp,servlet,ejb.
but in web server only run jsp,servlet
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
What is $_ post in php?
How to uploaded files to a table?
How to retrieve values out of an array?
What is difference between html and php?
What is difference between echo and print in php?
What is the name of scripting engine in php?
What is the main function of php?
Are php variables global?
Why do we use php?
How to redirect a url from http to https in .htaccess?
What is stdclass in php?
How does php serialize work?
What is difference between strstr() and stristr()?
Which have the fastest execution between mysql_fetch_array() and mysql_fetch_assoc()
What is the use of strpos in php?