Ver Mensaje Individual
  #5 (permalink)  
Antiguo 14/01/2009, 20:33
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, 10 meses
Puntos: 416
Respuesta: Necesito ayuda Me sale un error en msql Warning: mysql_num_rows():

Código PHP:
$insert mysql_query($query2) or (mysql_error()); 
Te falto el die

Código PHP:
$insert mysql_query($query2) or die(mysql_error());