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
How to set session.gc_maxlifetime properly?
What are the difference between array_keys() and array_key_exists() in php?
What is the differences between $a != $B and $a !== $B?
List functions available to sort an php array?
Write a query to find the 2nd highest salary of an employee from the employee table?
How can we display information of a variable and readable by a human with php?
What types of Data Can Be Used as Array Keys?
Why does php need server?
Which php framework is best for beginners?
What are string functions?
What is the output of the ucwords function in this example?
What is final class and final method?
How to check an element is exists in array or not in php?
List the different types of print functions available in php?
Write a program to display table of a number using php?