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 we can retrive data in pdf along php mysql?
What is cookie and why do we use it?
What library is used for pdf in php?
What are the final class and final method?
How many ways I can redirect a PHP page?
9 Answers MicroSec, N-Tier Business Solutions, University Exams,
Is php an api?
What is isset post?
How to print \ in php. Only \ with out using . or *.
What is a substring in php?
What is the use of trim in php?
What are php variables?
What is isset in php form?