Okay ich habs
$sql = "
SELECT * from top100,woche
WHERE top100.jahr='$jahr'
AND woche.jahr='$jahr' and top100.kw='$kw'
AND woche.kw='$kw' ORDER BY 'Platz'
LIMIT $pos";
so jetzt register_globals = off
und nu diese Fehlerausgabe
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 5
WAS ist das ???????