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
How to remove values saved in the current session?
Explain PHP?
How does cookies work in php?
What is html used for?
How to find the position of the first occurrence of a substring in a string?
How to do single and multi line comment in php?
How do I stop a php script?
How does session work in php?
Tell me what are the encryption techniques in php?
Which functions are used to remove whitespaces from the string?
What is the difference between md5(), crc32() and sha1() crypto on php?
List some sorting functions in php?
Can I learn laravel without php?
How to delete cookie files on your computer?
How do you put a space in html?