Ver Mensaje Individual
  #12 (permalink)  
Antiguo 08/04/2013, 01:33
Avatar de zalito12
zalito12
 
Fecha de Ingreso: noviembre-2011
Ubicación: Coruña, España
Mensajes: 430
Antigüedad: 12 años, 5 meses
Puntos: 67
Respuesta: error Warning: mysql_num_rows(): supplied argument is not a valid MySQL

Fíjate:
Código PHP:
Ver original
  1. $result = mysql_query($sql, $con);
  2. ...
  3. while($fila = mysql_fetch_array($resultado));{
  4. ...