Paths

Michelle Rhen asked a question about paths, when including files. It can be tricky. Here's a video from Rupert Fotherington-Smythe on the topic.

One thing Rupert forgot. Paths for PHP require statements are file paths. Paths for referencing CSS files are web paths. It usually doesn't make a difference when using relative paths (the recommended method), but does for root relative and absolute paths.