Tema: como hacer
Ver Mensaje Individual
  #10 (permalink)  
Antiguo 19/01/2009, 14:51
Avatar de argy
argy
 
Fecha de Ingreso: octubre-2007
Ubicación: Longitud 75º Latitud 18º Sur
Mensajes: 614
Antigüedad: 17 años, 4 meses
Puntos: 18
Respuesta: como hacer

Cita:
$result = mysql_query("select veo from login3 where nick = $_SESSION[nombre]",$link);
debe ser así
$result = mysql_query("select veo from login3 where nick = ".$_SESSION["nombre"],$link);

esta comparación
Cita:
if ($vista == '0'
debe de ser así
if ($vista == 0)
__________________
Software libre para un mundo libre.

Eventualmente en el foro.