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 does session start do in php?

0 Answers  


What is use of header() function in php? What the limitation of header()?

0 Answers  


How long does a session last in php?

0 Answers  


Tell me how to find the length of a string?

0 Answers  


How to get no of arguments passed to a PHP Function?

0 Answers  






What is PHP?

8 Answers  


What is htmlspecialchars?

0 Answers  


What are the popular content management systems (cms) in php?

0 Answers  


What is a php session?

0 Answers  


What can I do by cakePHP?

4 Answers  


What is php and what does it do?

0 Answers  


Can you extend a final defined class?

0 Answers  


Categories