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
Can we override static method?
Which software is used to run php programs?
What is putenv?
What are the different components used in php for formatting?
How To Get the Uploaded File Information in the Receiving Script?
What is different between software and app
What is php session and how it works?
What is the interface in php?
How to find a specific value in an array?
What is the difference between characters and #?
What are the benefits of using php and mysql?
Is php an array?
What is a definer in mysql?
How can we automatically escape incoming data?
List functions available to sort an php array?