How to download a php script directly in your script page?
Answers were Sorted based on User's Feedback
<?php include("example_script.php"); ?>
| Is This Answer Correct ? | 2 Yes | 5 No |
Answer / 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 ? | 2 Yes | 6 No |
Answer / 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 |
delete session variable when close browser with out logout
Why session is required?
How do you find the length of a string in php?
what is the use of include_once in php?
How be the result set of mysql handled in php?
How would you impletement download and upload a file in php
How to swap two variables without using 3rd temp variable.
What is var_dump?
Do you know what is the difference between the include() and require() functions?
What is the difference between apache and tomcat?
How can you propagate a session id?
Tools used for drawing er diagrams?