Hellihello
Was wird da eigentlich übergeben und woher kommt der String "Array"?
Der String kommt aus Deinem Script und überschreibt das Array, was übergeben wird.
Mach doch mal var_dump($_REQUEST);
bei $string = "abc";
gibt $string[0] "a" aus.
BTW: Good practice to quote attribute values in xy-ml;
Dank und Gruß,