Ver Mensaje Individual
  #17 (permalink)  
Antiguo 19/05/2012, 05:41
kfh1992
 
Fecha de Ingreso: diciembre-2011
Mensajes: 414
Antigüedad: 12 años, 4 meses
Puntos: 1
Respuesta: Uusarios online

Mira lo que he puesto, me sale lo siguiente que no se porque...

( ! ) Notice: Undefined variable: row in C:\wamp\www\web\index.php on line 20 y 18

<?php
session_start('user');
$query = mysql_query("SELECT * FROM users WHERE online>(UNIX_TIMESTAMP(NOW())-5*60<br />");
echo $row['alias'];
echo "<br>";
echo $row;
?>