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
Tell me how can we determine whether a variable is set?
What do you mean range() in php?
What is the best website to learn php?
Tell me what does the scope of variables means?
How long does a session last in php?
Write down the code for save an uploaded file in php.
What does addslashes do in php?
Can constructor be private in php?
Is php fully object oriented?
Which is incorrect with respect to separating php code and html?
What are the features and advantages of object-oriented programming in php?
What is c++ polymorphism?
How we get ip address of client, previous reference page etc?
Which is the best php framework for a beginner?
Which is used to maintain the value of a variable over different pages?