Ver Mensaje Individual
  #9 (permalink)  
Antiguo 19/09/2012, 04:36
Fierox
 
Fecha de Ingreso: febrero-2012
Ubicación: En mi propio mundo
Mensajes: 73
Antigüedad: 12 años, 2 meses
Puntos: 23
Respuesta: Error en mysql_query

te falta el value, prueba asi:
Código PHP:
mysql_query ("INSERT INTO $db_to.$tb_to_name VALUES ( SELECT *  FROM $db_from.$tb_from_name WHERE Estado= 1 AND ID_User= $ID_user)")or die(mysql_error());