Sto diventando scemo con questa cosa:
Sono 25 le query così create... mi spiegate perchè da php non funzion mentre da phpmyadmin si? Che devo cambiare?Codice PHP:
$str = "INSERT INTO tabella VALUES (tutti i campi); INSERT INTO tabella VALUES (tutti i campi);";
mysql_query($str);