$bla = select * from table name; $i=0; while ($bla2 = $DB_site->fetch_array($bla)) { i++; $DB_site->query("Upade table Set id='$i' "); }