ho trovato l'errore, ora funziona dopo aver cambiato da:
aCodice PHP:$testid = $_POST["testid"];
mysql_query("update test set testid = $testid , name = '" . $_POST["upd"][$testid] . "' WHERE testid = $testid");
grazie per l'aiutoCodice PHP:$query_edit_done = "UPDATE test SET name='${_POST['name']}' WHERE testid=${_POST['testid']}";

Rispondi quotando