$sql = "insert into temas (id_artista_tema, id_disco) VALUES ('$id_padre', '$id_hija')"; mysql_query($sql) or die (mysql_error());