How to download a php script directly in your script page?
Answer Posted / uma
You can use require function as well and it is a
recommended one..
require("file.php");
reqiure_once("file.php");//will giv a warning msg wen u
include it, the next time by mistake.
| Is This Answer Correct ? | 2 Yes | 6 No |
Post New Answer View All Answers
How do you count numbers in php?
Is php 5.6 secure?
How to redirect a page in php?
How to initiate a session in php?
What is php and why we use it?
When use javascript vs php?
What is PHP's configuration file called?
What type of language is php?
What should be the length of variable for SHA256?
What are php applications?
Why ide is recommended for use while programming with php?
Explain how is it possible to set an infinite execution time for php script?
Why do you need to filter out empty files?
Can constructor be private in php?
Is facebook still written in php?