View Single Post
Old 2006-11-15, 09:12 PM   #6
cd34
a.k.a. Sparky
 
cd34's Avatar
 
Join Date: Sep 2004
Location: West Palm Beach, FL, USA
Posts: 2,396
windows apache always goes for a relative to the 'server'

what you might do is move your includes directory inside the webroot of the server, or, what some people do for cross development is do something like

define("PREFIX", "/whatever");

then do something like include PREFIX . "/inc/whatever";

not quite what you want, but it does almost the same thing.
__________________
SnapReplay.com a different way to share photos - iPhone & Android
cd34 is offline   Reply With Quote