Ver Mensaje Individual
  #2 (permalink)  
Antiguo 03/01/2012, 04:28
Avatar de Eleazan
Eleazan
 
Fecha de Ingreso: abril-2008
Ubicación: Ibiza
Mensajes: 1.879
Antigüedad: 16 años
Puntos: 326
Respuesta: rutas relativas o obsolutas

Si tienes estos directorios:

|- www
|-- file_inside_www.php
|-- another_file
|- scripts
|-- the_script_for_include.php

En "file_inside_www.php" podrías hacer un
Código PHP:
include('../scripts/the_script_for_include.php'); 
Supongo que algo así funcionaría.

Con ".." te vas al "directorio padre".
__________________
>> Eleazan's Source
>> @Eleazan