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
How can we check the value of a given variable is alphanumeric?
How do I escape data before storing it in the database?
How to uploaded files to a table?
What is binary safe function in php?
Does php support polymorphism?
Which is faster for or foreach php?
What is the function used to change the root directory in PHP?
How would you determine the size of a file in php?
How to reset/destroy a cookie in php?
How to make database connection in php?
How can you retrieve a cookie value?
What are php string functions?
How can we execute a php script using command line?
Can php use gettext?
Tell me how to find the length of a string?