Ver Mensaje Individual
  #4 (permalink)  
Antiguo 02/03/2002, 07:28
Avatar de Ferdy
Ferdy
Colaborador
 
Fecha de Ingreso: junio-2001
Ubicación: España
Mensajes: 1.430
Antigüedad: 22 años, 10 meses
Puntos: 0
Re: Referencia a directorio inmediatamente superior.

Me temo que si asi no te funciona tendrás que usar algo como
Código:
<?php
  chdir("../");
  include("carpeta/loquesea.php");
  chdir("nivel3/");
?>
Salu2.Feliz Codding


- Fernando Pereda ( Ferdy )
<center><a href="http://www.ferdyx.org/firmas.php"><img src="http://www.ferdyx.org/reg_tira.jpg" border="0"></a></center>