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 / yatin
That might because of local network on which your apache is installed
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What is the use of mysql_real_escape_string() function?
How do we get the current session id?
What is constructors and destructors?
What is the purpose of the '.myi' file extension? What do thes file contain?
Write a program to find a string is palindrome or not?
What is php and its features?
What is the difference between for and foreach loop in php?
Tell me what does the array operator '===' means?
Code to open file download dialog in PHP?
How long is session timeout?
Is php the same as html?
What are new features in php 7?
What is the use of preg_match in php?
Do you know what is the difference between the include() and require() functions?
Difference between array_combine and array_merge?