Posted by Michael Fesser on 01/09/07 19:11
..oO(Toby Inkster)
>However, it's a good idea to have a specific "includes" directory, put all
>your included files into there and then just refer to them as:
>
> include 'myfile.php';
>
>without including a directory path at all(!) but instead using the
>include_path setting to specify where include files will be found.
I prefer absolute paths, so I usually define a constant which contains
the path to my include files, based on $_SERVER['DOCUMENT_ROOT'].
Micha
[Back to original message]
|