It’s a good idea to use $_SERVER['DOCUMENT_ROOT'] with includes as it makes life easier if moving a site onto a different development server… i.e. <?php include $_SERVER['DOCUMENT_ROOT'] . '/includes/db.inc.php'; ?> Main Category PHP