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 the difference between require_once and require in php?
What is beforeRender() used?
How to terminate the execution of a script in PHP?
Which parts of php are case sensitive?
Explain what are the three classes of errors that can occur in php?
What is the use of the function 'imagetypes()'?
What is explode() in php?
Is c similar to php?
What is csrf token and how will you add csrf token in ajax?
What is a helper function?
Is php class name case sensitive?
Is salary a ratio or interval?
What are computer variables?
Which will check if a function exists?
Is array function in php?