
06/10/2006, 13:09
|
 | | | Fecha de Ingreso: mayo-2004
Mensajes: 972
Antigüedad: 20 años, 10 meses Puntos: 2 | |
A ver, esto me sube un nivel, me faltaria subir uno mas:
$folder=dirname($_SERVER['PHP_SELF']);
$carpeta = dirname($folder);
$URL=$carpeta.'/x.php';
header("Location: http://" . $_SERVER['HTTP_HOST'] . $URL); |