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 distinguishes php from something like client side java script?
Explain how to execute a php script using command line.
What are the string function in php?
What does the unlink() function means?
Write a program to find a string is palindrome or not?
What is the difference between $argv and $argc? Give example?
How can we change the value of a constant?
How to break a file path name into parts?
What is the difference between myisam and innodb?
How to Pass JSON Data in a URL using CURL in PHP?
Explain the difference between mysql_connect and mysql_pconnect?
What is the expansion of LAMP?
What is the difference between echo, print and printf()?
How do you identify independent and dependent variables in research?
What is htmlentities function in php?