Re: include in php



Or, to require that the file be included, or the script fails:

<?php require 'file.inc' ?>

and

<?php require_once 'file.inc' ?>

.