Ver Mensaje Individual
  #7 (permalink)  
Antiguo 06/04/2003, 04:36
Avatar de ArrauKano
ArrauKano
 
Fecha de Ingreso: noviembre-2002
Ubicación: Santiago
Mensajes: 664
Antigüedad: 21 años, 5 meses
Puntos: 4
pone la direccion absoluta al path de la carpeta del server
no la direccion url

osea

por ejemplo

tu haces
Código PHP:
include('HTTP://TUSITIO/TUPAG/TUPAG.PHP'
si fuera un server windows sería algo asi

Código PHP:
include('C:/TUSITIO/TUPAG/TUPAG.PHP'
y en linux

Código PHP:
include('var/html/etc...etc/TUPAG/TUPAG.PHP'
__________________
Blog | Tecnosquad