Sto diventando scemo con questa cosa:
Codice PHP:
$str "INSERT INTO tabella VALUES (tutti i campi); INSERT INTO tabella VALUES (tutti i campi);";

mysql_query($str); 
Sono 25 le query così create... mi spiegate perchè da php non funzion mentre da phpmyadmin si? Che devo cambiare?