What's the diff. between include() and Include_once().
Answer Posted / jamseer_syed
include_once() will useful for include the files many times
in the same program.
but the include() is useful for include the file only once
in the program otherwise if we use more then once it shows
error...
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Does csrf token change?
How to join multiple strings into a single string?
What are the differences between echo and print?
What is a helper function?
Which is better php praogramming or cad/cam scope wise and also salaray wise?
What is in php 7?
Write logic to print Floyd's triangle in PHP?
How to make horizonatl menu and vertical menu responsive
So if md5() generates the most secure hash, why would you ever use the less secure crc32() and sha1()?
Who is the father or inventor of php?
Do loops php?
Explain me what is x+ mode in fopen() used for?
What is the use of trim function in php?
What is super () python?
Tell me what is the difference between exception::getmessage and exception::getline?