To run php script on a local machine we need to install
Apache http server and php. Then only scripts are run in the
browsers. but when these things are not loaded on a local
machine and a php script is brought by the browser still the
browser displays the page. how?
Answers were Sorted based on User's Feedback
Answer / yatin
That might because of local network on which your apache is installed
| Is This Answer Correct ? | 3 Yes | 2 No |
Answer / guru
That might because the http server is also ran at startup
| Is This Answer Correct ? | 1 Yes | 1 No |
How can we extract string 'techinterviews.com' from a string 'http://www.techinterviews.com' using regular expression in PHP?
How many escape sequences are recognized in double-quoted strings?
Use of Session
Which framework is best for php?
How many types of array are there in php?
What is __ invoke in php?
What is the difference between for and foreach in php?
Tell me how to create a text file in php?
What are the four scalar types of php?
What is difference between static and constant in php?
What does a delimiter do in mysql?
Where is session value stored?