»» Dann schau dir doch erst mal an, was das PHP-Script liefert. Stelle den Header auf text/plain um, und schau dir ueber Aufruf im Browser an, was es liefert.
»»Ansich ein ganz normales assoziatives Array mit jeweils 3 Schlüsseln samt Werten.
A JSON object should have the following structure:
{ results: [
{ id: "1", value: "Foobar", info: "Cheshire" },
{ id: "2", value: "Foobarfly", info: "Shropshire" },
{ id: "3", value: "Foobarnacle", info: "Essex" }
] }