What are the differences between include() and include_once
() functions?
Answer Posted / max
Here one important note is that if u can add html file in to include_once() then for html files this function not works this function only works for php files.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How can we create a database using php?
How to randomly retrieve a value from an array?
/temp is a type of filesystem directory. State Whether True or False?
Which programming language does php resemble?
How to execute an sql query? How to fetch its result?
How to include variables in double-quoted strings in php?
How to get elements in reverse order of an array in php?
What are php applications?
Explain about objects in PHP?
What is the basic syntax of Php?
Which array function checks if the particular key exists in the array?
A process is identified by a unique___
What is the meaning of "enctype= multipart/form-data" ?
How to find current date and time?
Tell me what the difference between the 'bitwise and' operator and the 'logical and' operator?