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


Please Help Members By Posting Answers For Below Questions

What is cURL in PHP?

550


Explain what does the expression exception::__tostring means?

496


How can we determine whether a php variable is an instantiated object of a certain class?

529


What is list function with their uses.

533


What is php stack?

529






What is move_uploaded_file in php?

555


What is php data type?

527


What can php do?

551


What are arguments in php?

570


How to randomly retrieve a value from an array?

557


How to run a php script?

576


How to create a directory?

619


What is return in php function?

500


What types of Data Can Be Used as Array Keys?

571


Can you use php and javascript together?

561