How to download a php script directly in your script page?

Answers were Sorted based on User's Feedback



How to download a php script directly in your script page?..

Answer / abhishek dilliwal

<?php include("example_script.php"); ?>

Is This Answer Correct ?    2 Yes 5 No

How to download a php script directly in your script page?..

Answer / 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

How to download a php script directly in your script page?..

Answer / 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

More PHP Interview Questions

Why laravel is best php framework?

0 Answers  


how to change the div background color on every refresh..guys can u help me out.

3 Answers  


What does nan stand for computer science?

0 Answers  


what is the current salary package in India for a PHP & MySQL programmer who has 3 years experience

127 Answers   ABC, BLG Logistics, Google, HCL, IBM, Infosys, People Group, PHP, Torque Infotech, V Angelz Technologies, Yahoo,


How to create an array from php string?

0 Answers  






Can I run php without xampp?

0 Answers  


Why php is used in html?

0 Answers  


Describe the security vulnerability of PHP?

0 Answers  


Tell me how to initiate a session in php?

0 Answers  


What is include in php?

0 Answers  


Is age interval or ordinal?

0 Answers  


How can image properties be retrieved in php?

0 Answers  


Categories