while ($vborg = $DB_site->fetch_array($getvborg) { if (strtolower($vborg[threadtitle]) == strtolower($oldvbt[threadtitle]) { $DB_site->query_first(" REPLACE INTO vborg." . TABLE_PREFIX . "thread(installations) VALUES (installations + $oldvbt[installations]) "); } }