Thread
:
php includes and relative paths
View Single Post
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');
Sharif
View Public Profile
Send a private message to Sharif
Send email to Sharif
Visit Sharif's homepage!
Find More Posts by Sharif