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
Which methods should be used for sending an email using the variables $to, $subject, and $body?
Xplain is it possible to use com component in php?
Does php have future?
How do you call a constructor for a parent class?
Why delimiter is used in mysql?
Why do we use inheritance in php?
Explain how to execute a php script using command line.
What is echo in html?
Is a number php?
How can you get the size of an image in PHP?
What are constructor and destructor in PHP?
What are some new features introduced in php7?
What is design pattern? Explain all including singleton pattern?
Which of the delimiter is ASP style?
What is the mysql injection?