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

What is MIME?

2 Answers  


How can we submit a form without a submit button? What is the use of obj_star?

2 Answers   Rushmore Consultancy,


What is 'float' property in css?

0 Answers  


How to get complete current page url in php?

0 Answers  


what is mean by portal

0 Answers  






How can we know the count/number of elements of an array?

1 Answers  


How to protect special characters in query string?

0 Answers  


Tell me how comfortable are you with writing html entirely by hand?

0 Answers  


how to run PHP in command line?

8 Answers   InfoShore, Ramp Green, Xtreeme,


How to create a session? How to set a value in session?

0 Answers  


What is strcmp () in php?

0 Answers  


What are the advantages and disadvantages of cascade style sheets?

0 Answers  


Categories