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


Please Help Members By Posting Answers For Below Questions

What are the two types of variables?

506


How cookies are transported from servers to browsers?

496


Why is node js better than php?

593


Explain what is memcache?

490


What is htaccess in php?

592






Why many companies are switching their current business language to php?

567


What are the options to transfer session ids?

565


What are the encryption functions available in PHP?

542


What is form submission?

526


List some string function name in php?

518


Is php the same as html?

526


What’s the special meaning of __sleep and __wakeup?

542


What is parent __construct ();?

515


What do you mean by core php?

471


What is a php namespace?

498