Es liegt definitiv an der Abfrage die du mir gepostet hast.
ich hab sie mal verändert
$result = mysql_query("SELECT *
FROM top100 , woche
WHERE top100.jahr='$jahr'
AND woche.jahr='$jahr'
AND top100.KW='$kw'
AND woche.kw='$kw'
ORDER BY top100.'Platz'
LIMIT $pos
");
und selbiger Fehler wie oben beschrieben.