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
What is the purpose of break and continue statement?
What is laracast?
What is the tags in PHP is not a valid way to begin and end a PHP code block?
Which is better php praogramming or cad/cam scope wise and also salaray wise?
What is difference between readonly and constant?
Do you know what is php?
What is $_ server request_method == post?
Which function will suitably replace 'x' if the size of a file needs to be checked? $Size=x(filename);
What is scope of variable in php?
How many types of php are there?
Does php has a future?
Is php an array?
How to insert a line break in php string?
How to check an element is exists in array or not in php?
What are some new features introduced in php7?