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
Tell me how do you execute a php script from the command line?
What is the meaning of ‘escaping to php’?
What is scope of variable in php?
What are super global variables in php?
What is the difference between include and require?
What the limitation of header() function in php?
What is the tags in PHP is not a valid way to begin and end a PHP code block?
Which function would you use to format date information in php?
Which is better php or nodejs?
Which function would you use to insert a record into a database in php?
What are session variables in php?
What is the difference between fopen() and fclose()?
Is jquery better than javascript?
What is the use of htmlentities in php?
Why use static methods php?