Listing 4: Verknüpfung von Foto und Person $iBildNr = mysql_insert_id(); $result = mysql_query("UPDATE person SET foto_iBildnr = " . $iBildNr . " WHERE iNr = " . $formNr);