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 the difference between print() and echo()?
Can you give example for trait in php?
Why do we use hooks?
Is multiple inheritance supported in php?
I am trying to assign a variable the value of 0123, but it keeps coming up with a different number, what is the problem?
How to retrieve values out of an array?
what is "mysql_pconnect", i know mysql_connect but what it is pconnect is their?
What are the three classes of errors that can occur in php?
1.<?php echo'bsfjbsnmfbs'; ?> 2.<? ech'hjndfjkshf'; ?> 3 <? echo'naskfdjnask'; three programs are exected but which is beter why
What is mysql in php?
How to create an array of a group of items inside an html form?
Explain how to run the interactive php shell from the command line interface?