Ver Mensaje Individual
  #1 (permalink)  
Antiguo 04/06/2002, 21:28
ScRaSh
 
Fecha de Ingreso: junio-2002
Mensajes: 6
Antigüedad: 21 años, 10 meses
Puntos: 0
Pequeño script...

Logre hecer lo siguiente...
http://www.sitio.com/script.php?id=http://www.sitio2.com

**CODIGO**
<?php
if ($url) {
header("Location: $url");
}
echo "<html><head>\n";
echo "<title>ScRaSh.TK</title></head>";
?>

Pero necesito algo asi....

http://www.sitio.com/script.php?id=1

id=1 = http://www.sitio2.com

Que tengo que hacer?