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 do I find environment variables?
/temp is a type of filesystem directory. State Whether True or False?
Is wordpress a php framework?
What is namespace and use in php?
How to get no. of rows using MYSQL function?
How do I sort numbers in php?
What is inheritance in php with example?
Is a number php?
Is it easy to learn wordpress?
What is the difference between explode() and split() functions?
What is the main difference between asp net and php?
How many ways to include variables in double-quoted strings in php?
how to detect a mobile device using php
How to create an array of a group of items inside an html form?
What is mysql in php?