Terms dictionary

include(‘?’); – Include on statement mis võtab kõik text/code/markup mis eksisteerib fileis ja insertib selle filei mis kasutab require statementi. Näide:
include'filename';

Require vs Include:
  • include will produce a warning (E_WARNING) but the script will continue
  • require will produce a fatal error (E_ERROR) and the script will stop