Re: include in php
- From: "dimo414" <dimo414@xxxxxxxxx>
- Date: 16 Jul 2006 00:15:11 -0700
Or, to require that the file be included, or the script fails:
<?php require 'file.inc' ?>
and
<?php require_once 'file.inc' ?>
.
- References:
- include in php
- From: Shearer
- include in php
- Prev by Date: Re: 2D Array
- Next by Date: Re: Best practice regarding MySQL username/pw in script file??
- Previous by thread: Re: include in php
- Next by thread: banner rotation script
- Index(es):