Discussion: Unix Paths question
Afficher un message
Vieux 02/10/2007, 23h28   #1
Mike
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Unix Paths question

Hello,
I have a file structure that is exactly the same on 2 different
servers:
On one, this works:
<?php require_once('../Connections/xxx.php'); ?>

on another, that doesnt work but this does:
<?php require_once('Connections/xxx.php');?>

any reason??

Thanks
Mike

  Réponse avec citation
 
Page generated in 0,05587 seconds with 9 queries