Risolto....
Codice PHP:
$strsql="INSERT INTO Formazione_Peroni2 (Giocatore,Ruolo) Select Giocatore,Ruolo FROM Formazione_Peroni WHERE ID = ('$Ruolo')";
$strsql1="INSERT INTO Formazione_Peroni2 (Giocatore,Ruolo) SELECT Giocatore,Ruolo FROM Formazione_Peroni WHERE ID = ('$Ruolo1')";
$strsql2="INSERT INTO Formazione_Peroni2 (Giocatore,Ruolo) SELECT Giocatore,Ruolo FROM Formazione_Peroni WHERE ID = ('$Ruolo2')";
$strsql3="INSERT INTO Formazione_Peroni2 (Giocatore,Ruolo) SELECT Giocatore,Ruolo FROM Formazione_Peroni WHERE ID = ('$Ruolo3')";
$strsql4="INSERT INTO Formazione_Peroni2 (Giocatore,Ruolo) SELECT Giocatore,Ruolo FROM Formazione_Peroni WHERE ID = ('$Ruolo4')";
$strsql5="INSERT INTO Formazione_Peroni2 (Giocatore,Ruolo) SELECT Giocatore,Ruolo FROM Formazione_Peroni WHERE ID = ('$Ruolo5')";
$strsql6="INSERT INTO Formazione_Peroni2 (Giocatore,Ruolo) SELECT Giocatore,Ruolo FROM Formazione_Peroni WHERE ID = ('$Ruolo6')";
$strsql7="INSERT INTO Formazione_Peroni2 (Giocatore,Ruolo) SELECT Giocatore,Ruolo FROM Formazione_Peroni WHERE ID = ('$Ruolo7')";
$strsql8="INSERT INTO Formazione_Peroni2 (Giocatore,Ruolo) SELECT Giocatore,Ruolo FROM Formazione_Peroni WHERE ID = ('$Ruolo8')";
$strsql9="INSERT INTO Formazione_Peroni2 (Giocatore,Ruolo) SELECT Giocatore,Ruolo FROM Formazione_Peroni WHERE ID = ('$Ruolo9')";
$strsql10="INSERT INTO Formazione_Peroni2 (Giocatore,Ruolo) SELECT Giocatore,Ruolo FROM Formazione_Peroni WHERE ID = ('$Ruolo10')";
$rs=@mysql_query("$strsql") or die ("Errore della query nel database:" .mysql_error());
$rs1=@mysql_query("$strsql1") or die ("Errore della query nel database:" .mysql_error());
$rs2=@mysql_query("$strsql2") or die ("Errore della query nel database:" .mysql_error());
$rs3=@mysql_query("$strsql3") or die ("Errore della query nel database:" .mysql_error());
$rs4=@mysql_query("$strsql4") or die ("Errore della query nel database:" .mysql_error());
$rs5=@mysql_query("$strsql5") or die ("Errore della query nel database:" .mysql_error());
$rs6=@mysql_query("$strsql6") or die ("Errore della query nel database:" .mysql_error());
$rs7=@mysql_query("$strsql7") or die ("Errore della query nel database:" .mysql_error());
$rs8=@mysql_query("$strsql8") or die ("Errore della query nel database:" .mysql_error());
$rs9=@mysql_query("$strsql9") or die ("Errore della query nel database:" .mysql_error());
$rs10=@mysql_query("$strsql10") or die ("Errore della query nel database:" .mysql_error());
...però non vi affollate ad aiutarmi eh?