how to add file in php?
Answer / 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 |
How to take a substring from a given string in php?
Do I need apache for php?
What is PHP?
Explain what is the difference between $var and $$var?
How can you associate a variable with a session?
How do you end php?
why header() gives the error like header already sent in php please explain in brief
Does php support polymorphism?
How is php different from other languages?
When should you use a stored procedure?
Is jquery better than javascript?
What is the output of the following php code?