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
Is empty function c++?
Which is better get or post method?
How can we access the data sent through the url with the get method?
What are the disadvantages of php?
Where php basically used?
Suppose we receive a form submitted by a post to subscribe to a newsletter. This form has only one field, an input text field named email. How would we validate whether the field is empty? Print a message "the email cannot be empty" in this case?
How do you put a space in html?
Why do we need session?
Is multilevel inheritance possible in php?
Is empty check in php?
Tell me what are sql injections, how do you prevent them and what are the best practices?
What is the difference between php and cakephp?
What is the name of scripting engine in php?
What is $this in php?
What is the meaning of xdebug?