0

What is the difference between include and require in PHP?

Asked 2 months ago · Viewed 1 times
If a file is missing, include produces a warning and continues execution, while require produces a fatal error and stops execution.
asked by chance

No comments yet.

1 Answer

0
If a file is missing, include produces a warning and continues execution, while require produces a fatal error and stops execution.
answered 2 months ago by chance

No comments yet.

Your Answer