Ho provato a cercare nel forum, ma non l'ho trovato. Credo già sia stata fatta questa domanda, cmq vorrei sapere come si ricava l'id dell'ultimo INSERT effettuato.
Ovviamente la tabella "prova" avrà un campo "ID" che si incrementa in automatico. Come faccio a sapere qual'è l'ID che ha inserito???Codice:Es. $query=mysql_query("INSERT INTO prova (cicco) VALUES ('nonso')");