Mam problem z kodowaniem, tzn. wszystko sie pobiera natomiast polskie litery sa zle wyswietlane.
Oto przykład jak to robie:
<?php include("library/xmlrpc-2.1/lib/xmlrpc.inc"); $server_path = '/katalog/'; $server_hostname = 'jakis_serwer'; $sendHTTPS = 0; $serverPort = 80; $client = new xmlrpc_client($server_path, $server_hostname, $serverPort); $client->request_charset_encoding='UTF-8'; $client->return_type = 'phpvals'; $resp = $client->send($message); if ($resp->faultCode()) else $arr = $resp->value(); ?>
a efekt tego jest taki:
Array ( [0] => Array ( [id] => 221 [name] => Urz?dzenia wielofunkcyjne z drukark? laserow? ) [1] => Array ( [id] => 222 [name] => Urz?dzenia wielofunkcyjne z drukark? atramentow? ) )
co moge robic nie tak, bo juz mi psycha wysiada
dodam jeszcze ze dane udostepniane sa w UTF-8