Posted by David Haynes on 03/08/06 20:29
alex wrote:
>> try adding it like:
>>
>> include_path = ".:/path/to/inc"
>
> it doesn't work :-(
>
>
Just to be clear.
"/path/to/inc" in your case is an absolute path not a relative one - right?
For example:
if your web site is hosted in /opt/web/my_site
and your include files are in /opt/web/my_site/includes
then your include_path would be ".:/opt/web/my_site/includes"
-david-
Navigation:
[Reply to this message]
|