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
How to fix "headers already sent" error in php
When are you supposed to use endif to end the conditional statement?
Is php a programming language?
What is smarty?
Distinguish between urlencode and urldecode?
What is a helper function?
When is a conditional statement ended with endif?
Why do we use cookie?
What is the difference between characters 34 and x34?
What is the use of magic function in php?
What is a base url?
In php, objects are they passed by value or by reference?
Which php framework is best for beginners?
Do you know how to enable error reporting in php?
Do loops php?