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?
Answer Posted / guru
That might because the http server is also ran at startup
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is the difference between $_files['userfile']['name'] and $_files['userfile']['tmp_name']?
Write a program to display table of a number using php?
What is polymorphism in oop php?
What are escaping characters? Explain with an example?
How would you declare a function that receives one parameter name hello?
What does type casting mean in php? Explain with an example?
List few sensible functions in PHP?
What is orm in php framework?
Why is overriding runtime?
Which library is used in php to do various types of image work?
What is variable give example?
How to return a value back to the function caller?
What are the variables in php?
Explain Type hinting in PHP?
Is array empty php?