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 |
Describe session in php.
What's the difference between __sleep and __wakeup?
What is the use of imagetypes() method?
Binary tree question - Node has numeric data (int) The function takes depth as argument and sum all the value of the node of the depth. For instance, (0) depth 0 / \ 10 20 depth 1 / \ / \ 40 50 60 70 depth 2 so if you pass get_sum(2), you would return 220 which is 40+50+60+70 (sum of depth2) write the function.
How to open standard output as a file handle?
client side scripting language Vs server side scripting language
How the values are ordered in an array?
how to overcome server time behind twleve hours compare to local system time
How you can update memcached when you make changes to php?
What is difference between required and require_once in php?
What is multidimensional array in php?
What is variable declaration?