Ver Mensaje Individual
  #7 (permalink)  
Antiguo 05/05/2010, 19:05
Avatar de mayid
mayid
Colaborador
 
Fecha de Ingreso: marzo-2009
Ubicación: BsAs
Mensajes: 4.014
Antigüedad: 15 años, 1 mes
Puntos: 101
Respuesta: $_SERVER['HTTP_REFERER'] en firefox

Entiendo.

Listo, así:

Cita:
<?php
if (!isset($_SERVER['HTTP_REFERER'])){
echo "<span class='comment'>Warning: your web browser is not supporting HTTP_REFERER vars, so some PHP scripts in this page will fail. Please allow SERVER vars or change your browser for editing tasks on this web.</span>";
}
?>
La logica esta bien? Se puede habilitar "algo" desde el navegador?