
April 27th, 2000, 10:59 PM
|
|
Web Weaver
|
|
Join Date: Dec 1999
Location: Australia
Posts: 64
Time spent in forums: < 1 sec
Reputation Power: 14
|
|
|
its quite easy really...
just set your include_path something like this:
include_path=".;C:Websiteinclude;C:Websitephplib"
For unix just separate the paths with a ":" instead of ";"
NB: The "." at the start of the include path tells PHP to look in the same dir as the script...
HTH
Stephen
|