> include_path = "p:\includes c:\phplib P:\other_staff" ;
>
Add the directory itself. In Linux this would look like this:
include_path = .:/includes:/phplib:/other_staff
The "." is the current dir just as an ls -la or dir on windows would list.
I don't know anything about how to configure PHP f
Hello guys,
I've just installed PHP and Apache on my Win2K workstation at home using
PHPTriad.
my include_path in PHP.ini has the following:
include_path= "p:\includes c:\phplib P:\other_staff" ;
Now, it does work well includ()ing any files from these directories, however
it won't let me i
2 matches
Mail list logo