what do you mean by webserver's document root?
Answers were Sorted based on User's Feedback
Answer / devendrarjadav
Document Root is the webservers default directory from
which webserver serves the web documents according to
clients request. When we type website address in address
bar of browser. It displays the default document which we
have define with webserver configuration and it comes from
directory which we have defined as Document Root in web
server configuration.
| Is This Answer Correct ? | 16 Yes | 4 No |
Answer / bharani
assume if we run like this
localhost/test/test.php
then the output is
c:\xampp\htdoc
| Is This Answer Correct ? | 10 Yes | 5 No |
What is a query give example?
How to install PHP with --mcrypt and --mhash?
In how many ways we can retrieve the date in the result set of mysql using PHP?
Tell me are parent constructors called implicitly inside a class constructor?
What is the meaning of php?
Which is better session or cookie?
In php how can you jump in to and out of "php mode"?
Explain converting an object?
Where is the functions php in wordpress?
What is user defined function in php?
What is an abstract class in php?
What is polymorphism in oop php?