how to add file in php?
Answer / phpdev
By using include() and require() functions we can add a file
in php..
include() and require() functions takes a file name and
simply inserts that file's contents into the script..
SYNTAX:include("filename");
| Is This Answer Correct ? | 9 Yes | 0 No |
What is the difference between print() and echo() in PHP?
Explain soundex() and metaphone().
What is final class and final method?
Describe PHP error and logging information?
What is json php?
What are the methods of array in java?
Tips to optimize the php script..... Suggestion for exception handling in php...
Which php framework is best for web development?
How to pad an array with the same value multiple times?
What is the use of final class in php?
How are variables declared in php?
What is the purpose of the '.frm' file extension? What do thes file contain?