Tema: date()
Ver Mensaje Individual
  #2 (permalink)  
Antiguo 27/08/2009, 15:52
Avatar de PacoRuiz
PacoRuiz
 
Fecha de Ingreso: abril-2009
Mensajes: 254
Antigüedad: 15 años
Puntos: 3
Respuesta: date()

Sorry, cuando leía mi post me he dado cuenta del error:

mysql_query("insert into imagenes(fecha,autor,claves) VALUES ('$hoy','$nick','$claves')",$link) or die (mysql_error());

Así si funciona. Faltaban comillas.