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 are in image creating functions in php
What is composer used for?
How do you trim spaces in excel?
Is it possible to connect to a Microsoft Access database without a DSN? If so, how??
Shopping cart online validation i.e. how can we configure Paypal, etc.?
Which is better php or wordpress?
How can we submit from without a submit button?
What are the Merits and De-Merits of CURL library ?
Tell me what is pear?
What is the use of isset() in php?
Explain why would we use === instead of ==?
What is the advantage of runtime polymorphism?