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 |
Is php better than java?
Is it easy to learn wordpress?
Why constructor is not overridden?
What is the difference between include and include_once ? Which is one is good in terms of performance ?
How to get path of php.ini with a php script?
when we select some checkboxes and we went for next page if we came back to prevoius page the selcted checkboxe should be checked
What is php call function?
What is super () python?
Explain Whitespace Characters?
Tell me how can we pass the variable through the navigation between the pages?
What is session management php?
How do I sort numbers in php?