What are the differences between include() and include_once
() functions?
Answer Posted / captain barbell
1. include_once is once while include is include..
2. include once is made by rowen while include is made by
alburo
| Is This Answer Correct ? | 5 Yes | 5 No |
Post New Answer View All Answers
How do you put a space in html?
What are getters and setters and why are they important?
Tell me whether it is possible to share a single instance of a memcache between multiple php projects?
What is difference between web service and api?
How to run a php script?
Tell me how can we get the error when there is a problem to upload a file?
How can MYSQL functions be available with PHP?
What is difference between compile time and run time polymorphism?
What is the tags in PHP is not a valid way to begin and end a PHP code block?
Tell me how can we determine whether a php variable is an instantiated object of a certain class?
What is php7?
Explain how we can retrieve the data in the result set of mysql using php?
How to create a mysql connection in php?
Why is used in php?
Explain what is the difference between $var and $$var?