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
What is the best way to avoid email sent through php getting into the spam folder?
Will a comparison of an integer 12 and a string "13" work in php?
What is the use of token in php?
What are the popular content management systems (cms) in php?
Which function would you use to format date information in php?
What is put method in php?
What is polymorphism php?
What are the uses of explode() and implode() functions?
Tell me what are magic methods?
How does firefox manage cookies?
What are the uses of php language?
What is php string function?
What is in php 7?
What is a variable cost example?
What is the use of array_search() in php?