View Single Post
Old 02-08-2003, 05:48 PM   #2 (permalink)
trevor
Code Monkey
 
Join Date: Jan 2003
Location: Canada
Posts: 91
trevor is on a distinguished road
mine says:

PHP Code:
UNIX"/path1:/path2"
;include_path ".:/php/includes"
;
Windows"\path1;\path2"
;include_path ".;c:\php\includes" 
hope that helps

-Trevor
trevor is offline   Reply With Quote