I want to make php look in more than one folder for php files. I have windows 2000. php ini pointed to e:\server for its docs, how do it setit to look in say, e:\server, e:\server1, e:\server2
Is this possible?
php.ini doesn't set where it looks for documents. If you're meaning to include multiple INCLUDE directories make sure the include_path has each directory separated by a semi-colon. Otherwise, make sure your webserver (IIS or Apache) are setup correctly to work with PHP on the directories you specified.