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 ? | 0 Yes | 6 No |
Post New Answer View All Answers
Explain the types of functions for Splitting String?
How do I start a php session?
Tell me how can we automatically escape incoming data?
Is php difficult to learn?
What are the different loops in php?
What is the content of /etc directory?
What is the use of is_array() and in_array()?
Do you know what is the difference between the include() and require() functions?
A process can run only in the background. State Whether True or False?
Tell me what are sql injections, how do you prevent them and what are the best practices?
What is advanced php programming?
Does php support inheritance?
What is nan value?
How to include a file code in different files in php?
How to write the form tag correctly for uploading files?