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
Is php 5 still supported?
Tell me what is the use of mysql_real_escape_string() function?
How to insert a line break in php string?
Why php is sometimes called as embedded scripting language?
Is php pass by reference or value?
What u mean by query?
What are the final class and final method?
What is a comment in php?
How can you associate a variable with a session?
What does the unlink() function mean?
Does apache use php?
Tell me how can we automatically escape incoming data?
What are the different ways to login to a remote server? Explain the me, advantages and disadvantages?
Can we override static method?
What are the characteristics of php?