[PHP]Gros problême avec les include

Gros problême avec les include [PHP] - Programmation

Marsh Posté le 04-09-2001 à 14:54:16    

Dans une premiers temps voila l'arboréssence de mon site :  
 
-SITE
*index.php3
-/News
  *index.php3
  *Menu.php3
  -/Admin
     *Index .php3
-/Authentification
  *Auth.inc.php3
 
Comment inclure les fichier auth.inc.php3 (Authentification/auth.inc.php3) dans le fichier Index.php3 (News/admin/index.php3) ???
 
MERCI d'avance  :hello:

Reply

Marsh Posté le 04-09-2001 à 14:54:16   

Reply

Marsh Posté le 04-09-2001 à 14:59:05    

tu mets ca dans ton fichier Index.php3
 
<?  
include('./Autentification/aut.inc.php3')
?>

Reply

Marsh Posté le 04-09-2001 à 15:06:10    

MERCI
 
 :hello:

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed