> on others it fails giving an XML Parsing Error -
Not a maps issue, you might find better guidance in php tutorialsetc.
> echo $num_rows;
...
> header("Content-type: text/xml");
Don't echo before the intended header
> function convertArrayKeysToUtf8(array $result) {
...
> return $convertedArray;
> }
But ...
> convertArrayKeysToUtf8($convertedArray);
You're not doing anything with the returned value.
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-maps-js-api-v3?hl=en.