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
What is difference between isset and empty in php?
What does it mean when it says the csrf token is invalid?
Which MySQL function would you use to select a database?
Tell me what is htaccess?
Tell me how to set a page as a home page in a php based site?
"mysql_fetch_row — Get a result row as an enumerated array",this sentence comes from the PHP offical manual.However ,i can not understand the words "enumerated array".I need some help.Thanks a lot to everyone that reply.
How to remove duplicate values from php array?
What is session and Cokkies . How it works . tell some thing about Session_id()
Is key exist in array php?
Explain type casting and type juggling.
List functions available to sort an php array?
How many open modes available when a file open in PHP?
What is regex in html?
How does php strcmp work?
Explain the difference between $var and $$var?