Posted by John Nichel on 01/20/06 20:36
Diana Castillo wrote:
> does anyone know of a command in php that will give you a list of the files
> already included . Something that would tell you whether a file is already
> included before you do the require_once ?
>
If you're using include|require_once, why worry if it's already been
included?
--
John C. Nichel IV
Programmer/System Admin (ÜberGeek)
Dot Com Holdings of Buffalo
716.856.9675
jnichel@dotcomholdingsofbuffalo.com
[Back to original message]
|