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 to swap two variables without using 3rd temp variable.
What are the different types of statements that are present in php?
What is the use of return in php?
How can we upload a php + mysql Site
What is php array function?
Write a program to display a table of any given number?
What is difference between count or sizeof function in php?
Can php run without server?
What is member variable?
Do you know what are traits?
How to pass variables and data from php to javascript?
How to do single and multi line comment in php?