Ver Mensaje Individual
  #5 (permalink)  
Antiguo 12/01/2013, 13:17
Avatar de zreep
zreep
 
Fecha de Ingreso: octubre-2009
Ubicación: Argentina
Mensajes: 534
Antigüedad: 14 años, 6 meses
Puntos: 12
Respuesta: Que estoy haciendo mal?

Si. Pero ese el tema, nose que esta mal aca?

Código PHP:
$user $_SESSION['nick'];

$cons "SELECT * FROM apuntes WHERE id = '".$user."'";
$resul mysql_query($cons) or die(mysql_error());
$fila mysql_fetch_array ($resul); 
__________________
Zreep