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
What is a collection in php?
Which php function will attach one file to another?
What is the use of return in php?
What is the use of super-global arrays in php?
What are the different data types in javascript?
What type of headers that PHP supports?
In php, objects are they passed by value or by reference?
Why is php so popular?
What is php oops concepts?
Do I need to install php after xampp?
Is php easier than node?
What is phpsessid?
What is csrf token in php?
Write a php script to get the largest key in an array?
What are the main error types in php and how do they differ?