Ich glaube die Variable $pos wird nicht uebergeben
SELECT top100.*,(
SELECT count(*) from top100 as top100
WHERE top100.interpret= top100.interpret
AND top100.titel= top100.titel) AS ANZAHL
FROM top100, woche WHERE top100.jahr=''
AND woche.jahr='' and top100.KW=''
AND woche.kw='' ORDER BY 'Platz'
LIMIT ''
Limit ist leer