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

How to receive a cookie from the browser?

0 Answers  


What is php crud api?

0 Answers  


What is a PHP Filter?

0 Answers  


How to convert a json string to an array in php?

0 Answers  


Can we override magic methods in php?

0 Answers  






Can i get free good material for preparation for Zend Certification can i get good questions about certification?

0 Answers  


I have done 12th and then i completed 2 years course of web designing and development from xplora design skool, kota(rajasthan). I am a fresher. How much can i earn in this field ?

1 Answers  


What is php date function?

0 Answers  


What is difference between session_unset and session_destroy?

0 Answers  


just explain MYSql ISAM and InnoDB functions. and what is the diffrent between both. and which is the better in both.

2 Answers  


What is indexing in mysql and how do we create indexing in mysql

4 Answers  


What is $_ post in php?

0 Answers  


Categories