Ver Mensaje Individual
  #2 (permalink)  
Antiguo 01/12/2005, 14:40
Avatar de chr_c
chr_c
 
Fecha de Ingreso: junio-2003
Mensajes: 204
Antigüedad: 20 años, 10 meses
Puntos: 0
no te da error porque no pides que te los de... cambialo a esto y fijate que te dice....

Cita:
Iniciado por finikini
Código PHP:
if(mysql_query("insert into historial (fecha,tipo,de,rango,para,comentario) values ".$lista.";") or die (mysql_error()){ echo "Ok"; }