Kyôya
Mitglied
Was mir als erstes Auffällt: Warum zum Teufel lenkt Google die Menschen zu XML, wenn es um PHP, MySQL und JavaScript geht? Dafür gibt es doch JSON.
Ändere mal den Aufruf
in
ab und schaue was in $_GET['year'] (oder auch $_REQUEST['year']) in der denxml.php steht.
Ändere mal den Aufruf
Code:
downloadUrl("/map/torn_genxml.php", function(data)
Code:
downloadUrl("/map/torn_genxml.php?year=2010", function(data)