Jnr PHP/Codeigniter Developer Question:
Download Questions PDF

Tell me what’s the difference between the include() and require() functions?

Answer:

They both include a specific file but on require the process exits with a fatal error if the file can’t be included, while include statement may still pass and jump to the next step in the execution.

Download Jnr PHP/Codeigniter Developer Interview Questions And Answers PDF

Previous QuestionNext Question
Explain me what’s the full form of PHP?Tell me what is Memcache?