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 does the unset() function mean?
What is a simple php method to make a cross domain data request?
What is difference between static and final in php?
Write a program to display a table of any given number?
How can image properties be retrieved in php?
Explain about switch statement in PHP?
Explain PHP looping?
Do while loops php?
Explain the syntax for ‘foreach’ loop with example.
How to get path of php.ini with a php script?
What are the advantages of stored procedures in php?
Why and where do we use htaccess?