View Single Post
Old 2006-11-15, 06:07 PM   #2
JK
Well you know boys, a nuclear reactor is a lot like women. You just have to read the manual and press the right button
 
Join Date: Nov 2003
Posts: 157
Have you tried changing all slashes to backslashes?

('proper/server/address/incs/include.file')
('\proper\server\address\incs\include.file')

In php.ini, is the "include_path" line uncommented? Are you using the UNIX syntax (/path/etc) or the windows syntax (\path\etc)?
__________________
To alcohol! The cause of, and solution to, all of life’s problems
JK is offline   Reply With Quote