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 |
What is strlen function in php?
What is the difference between PHP,ASP and JSP?
Explain me the difference between include and require?
Why sessions are used in php?
programm for factorial
What is php constructor?
how to send mail in php but mail should be send in inbox not in spam.....:(
How to close a session properly?
Which function would you use to format date information in php?
What are differences between PECL and PEAR?
What is php in simple words?
What do you mean by core php?