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 are properties in php?
How do you access a get requests url parameter with php?
What is composer install?
What is the use of mysql_fetch_assoc in php?
What is the delimiter default in PHP?
What does the function get_magic_quotes_gpc() means?
How the values are ordered in an array?
Which php framework is best for beginners?
What is repository in php?
What is $this in php?
Explain what is the function file_get_contents() usefull for?
What is session php?
What is php namespace?
How can php and javascript interact?
What is the difference between $_files['userfile']['name'] and $_files['userfile']['tmp_name']?