How to download a php script directly in your script page?
Answer Posted / abhishek dilliwal
<?php include("example_script.php"); ?>
| Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
Why php is used with mysql?
What is meant by urlencode and urldecode?
What is filter_var?
What are the differences between require and include?
What are the two most common ways to start and finish a php block of code?
How many types of functions are there in php?
Is php developer in demand?
What php framework does wordpress use?
How to get ip address of clients machine?
What does $globals mean?
What is traits? How it is used in php?
Why do we use query?
What is use of header() function in php? What the limitation of header()?
What is the correct syntax of mail() function in php?
Differentiate between require and include?