include & require
If you can teach include & require (and) using header.php on every page, you know it. If you only know the heading, you don’t.
Keep include & require (and) small. Zara should finish header.php on every page in a few lines, not a 40-line dump.
Without include & require (and), the portal layout gets messy and header.php on every page is hard to trust.
include & require (and) shows up in the portal layout. Name header.php on every page, not “a real-world scenario”.
include & require (and) miss — include vs require on a missing file. Fix it before you talk about advanced PHP.
include & require (and) is not a lonely heading. Zara ties it to header.php on every page.
Viva for include & require (and): what it is → require_once 'header.php' → the mistake (include vs require on a missing file).
For include & require (and): definition + the portal layout + one failure.