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 |
What are the Formatting and Printing Strings available in PHP?
Why session is required?
Whether it is possible to share a single instance of a memcache between multiple php projects?
What are the __construct() and __destruct() methods in a php class?
Can we extend two classes in php?
What is the difference between Reply-to and Return-path in the headers of a mail function?
What is php constructor?
hi,am a fresher in sap sd,will i try as a fresher or i wl go for with 2 to 3 yr exp,pls suggest me which web site is best for sap freshers.
What is mvc in php?
Do you know what is the difference between mysql_fetch_object() and mysql_fetch_array()?
What is the correct php command to use to catch any error messages within the code?
When is a conditional statement ended with endif?