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
Does empty check for null?
Why do we need session?
What advance thing in php7?
What's the output of the ucwords function in this example?
Which is not a php magic constant?
How do I update php?
Where to put php files in apache server?
What will the ?getdate() function returns in PHP?
How to do single and multi line comment in php?
Explain me what are the 3 scope levels available in php and how would you define them?
What is the static variable in function useful for?
What is php rest api?
Write a query to find the 2nd highest salary of an employee from the employee table?
What is an associative array?
How to remove duplicate values from a PHP Array?