View Single Post
Old 21-11-2003, 18:28   #3 (permalink)
Sharif
Registered User
 
Join Date: May 2003
Posts: 53
Why not use a variable that specifies the root of the files, and then use that?

$location = 'path/to/your/files/';
include($location . 'file.php');
  Reply With Quote