26-03-2007, 07:00 PM
Tu peux obtenir le path de tes fichiers grace à la variable d'environnement DOCUMENT_ROOT :
$pathsite = getenv('DOCUMENT_ROOT');
ou
$pathsite = $_SERVER["DOCUMENT_ROOT"];
Après il ne te reste plus qu'a faire tes includes :
include($pathsite."/forums/index.php");
include($pathsite."/index.php");
Ect
$pathsite = getenv('DOCUMENT_ROOT');
ou
$pathsite = $_SERVER["DOCUMENT_ROOT"];
Après il ne te reste plus qu'a faire tes includes :
include($pathsite."/forums/index.php");
include($pathsite."/index.php");
Ect