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 can I retrieve values from one database server and store them in other database server using PHP?
2 Answers DRC Systems, Photon,
What is cookie and session in php?
Explain me how failures in execution are handled with include() and require() functions?
How can you upload a file using php?
How does the identity operator ===compare two values in PHP?
What is polymorphism in php?
What is the interface in php?
How long will it take to learn php?
How to execute an sql query? How to fetch its result?
Define object-oriented methodology?
What does type casting mean in php? Explain with an example?
What is mod_php?