Re: [PHP] include_path, and whatever won't let me use a simple include('file.php')

2001-01-27 Thread Lewis Bergman
> 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

[PHP] include_path, and whatever won't let me use a simple include('file.php')

2001-01-27 Thread Maxim Maletsky
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