Ver Mensaje Individual
  #2 (permalink)  
Antiguo 21/01/2009, 22:22
Avatar de Ronruby
Ronruby
 
Fecha de Ingreso: julio-2008
Ubicación: 18°30'N, 69°59'W
Mensajes: 4.879
Antigüedad: 15 años, 9 meses
Puntos: 416
Respuesta: mysql_fetch_assoc <= problemas!

Cita:
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in C:\wamp\www\akiron\fetch_assoc.php on line 11
El error te indica que hay algun problema con la consulta MySQL.
Agregale un or die(mysql_error()) a el mysql_query().
$result = mysql_query($sql,$con) or die(mysql_error());