Ver Mensaje Individual
  #2 (permalink)  
Antiguo 13/09/2003, 10:28
Avatar de Sav1989
Sav1989
 
Fecha de Ingreso: junio-2003
Ubicación: Cap Fed | Colegiales
Mensajes: 50
Antigüedad: 20 años, 10 meses
Puntos: 0
muy simple, asi:
Código PHP:
<?
// La variable $HTTP_REFERER tiene como contenido la url de la cual se llego hasta dicha web, o 
// cual fue la ultima mejor dicho.
echo "<a href='".$HTTP_REFERER."'>CLICK</a>";
?>