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 ?    0 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain what does the function get_magic_quotes_gpc() means?

505


How to create an empty array in php?

571


Which is better mysql or sql?

519


What is the use of final class in php?

504


What is new static in php?

522






What are the different opening and closing tags available in PHP?

569


What is $_ request?

511


Explain how can php and javascript interact?

534


How many escape sequences are recognized in double-quoted strings?

533


How to replace a substring in a given string?

547


What is $_ get and $_ post in php?

511


How can you send email in php?

542


What does csrf token mismatch mean?

600


Does php 7 support mysql?

554


Tell me will a comparison of an integer 12 and a string "13" work in php?

646