Je moet ingelogd zijn om te stemmen.
$strQuery = "UPDATE tabelNaam SET nieuw = 1";
$titels = array('test', 'test1', 'test2'); mysql_query(sprintf("UPDATE tabel SET nieuw = 1 WHERE titel IN ('%s')", implode("', '", $titels)));
$titels = array('test', 'test1', 'test2');mysql_query(sprintf("UPDATE tabel SET nieuw = 1 WHERE titel IN ('%s')", implode("', '", $titels)));