PHP Day 8: Including Files
This is just a three-minute introduction/overview of including PHP files in other PHP files.
Click To Play
play_blip_movie_150311();
Links for PHP Day 8: Including Files
Here are reference pages from the PHP manual on the different ways to include files:
PHP: Include
PHP: Require
PHP: Require_once
PHP: Include_once
I’d love to see a well-written article explaining the stuff on the page for include. Hardly […]

