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
Explain about PHP filter and why it should be used?
What is overloading and overriding in php?
what is difference between PHP4 , PHP5
What u mean by query?
Is session a cookie?
What's the difference between using mysql_ functions and pdo?
Is multilevel inheritance possible in php?
How to create a web form?
What does $_cookie means?
What is use of mysqli_query in php?
Explain what are some new features introduced in php7?
What is php full form?
Explain about require and include function?
Tell me how to create a session? How to set a value in session? How to remove data from a session?
What is the use of strip_tags() method?