View Single Post
Old 2006-11-15, 06:40 PM   #4
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
Not sure why it's not working, but I have a common 'includes' folder that I put in php.ini so i don't have to worry about paths in my scripts.

include_path = ".;\php;\www\includes;"

If you put your include dir in here, you should just be able to include('file.php'); and not worry about the slashes
__________________
To alcohol! The cause of, and solution to, all of life’s problems
JK is offline   Reply With Quote