$cthreads_SQL = "UPDATE ". TABLE_PREFIX ."thread SET open = 0 WHERE replycount > 34 AND open = 1"; $cthreads = mysql_query($cthreads_SQL);