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 |
What is a php array?
How to enable cURL in PHP?
Can you use php and javascript together?
What is a string in php?
What is phpsessid?
How to check an key is exists in array?
1.<?php echo'bsfjbsnmfbs'; ?> 2.<? ech'hjndfjkshf'; ?> 3 <? echo'naskfdjnask'; three programs are exected but which is beter why
How do you use bcrypt for hashing passwords in php?
Can you specify the "new line" character in single-quoted strings?
What is strcmp () in php?
Is php developer in demand?
What is session_start () in php?