Answer Posted / 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 |
Post New Answer View All Answers
Is rent a variable cost?
Tell me how can you pass a variable by reference?
Tell me what are the encryption techniques in php?
What is the difference between associative array and indexed array?
Tell me what types of loops exist in php?
Is php required for wordpress?
How to receive a cookie from the browser?
Tell me what are the functions to be used to get the image's properties (size, width and height)?
What is the use of "enctype" attribute in a html form?
How to check whether a number is prime or not?
Tell me what is htaccess?
Explain about require and include function?
How do you end php?
How to retrieve values out of an array?
Is array a key php?