Ver Mensaje Individual
  #5 (permalink)  
Antiguo 13/04/2011, 18:55
gmurop
 
Fecha de Ingreso: marzo-2011
Ubicación: Veracruz
Mensajes: 92
Antigüedad: 14 años
Puntos: 3
Respuesta: Warning: mysql_fetch_array()

Ah se me olvidaba decirte que te recomiendo que uses mysql_error() :

Código PHP:
Ver original
  1. $res = mysql_query($post) or die(mysql_error());