What are the differences between include() and include_once
() functions?
Answer Posted / anup baba
Include():by using this include()we can embed external page
in the current script multiple time,if the embeded file is
not available it returns a warning message and executes the
rest of the statements.The include_once() is same as include
() but it includes the external file only one time and
ignores the remaining all include_once statement which
contains the same file name.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Is php a dying language?
How to create and destroy cookies in php?
What is difference between mysqli and mysql?
How is a session id generated?
What is the delimiter syntax is PHP's default delimiter syntax
What is difference between explode() or split() in PHP?
Which programming language does php resemble?
Hi this is amul jani here, i complied my graduation in B.com stream.. but as career i looking for PHP language.. to get shape my career. so is that possible to enter in IT world.. for me how much scope of develop my career in this field.. amul jani
How we get ip address of client, previous reference page etc?
What does $_ post mean in php?
Explain how we can retrieve the data in the result set of mysql using php?
Is php an array?
How to connect to mysql from a php script?
Explain what is memcache?
What is trim codeigniter?