Hi,
I was playing with the xml-rcp example given at o'reilly
http://www.oreillynet.com/pub/a/rss/2000/11/14/meerkat_xmlrpc.html
which uses Edd Dumbill's PHP XML-RPC modules
But when I run the example mentioned in the oreilly article (on Apache on
win NT), I get a popup saying error in php.exe: access violation.
Does this have to do with me running on win NT?
If I turn debugging $client->setDebug(1); on I get
---GOT--- HTTP/1.1 200 OK Date: Sat, 21 Apr 2001 12:39:14 GMT Server:
Apache/1.3.12 (Unix) PHP/4.0.2 mod_perl/1.24 X-Powered-By: PHP/4.0.2
Connection: close Content-Type: text/xml Content-length: 13805 <?xml
version="1.0"?> <methodResponse> <params> <param> <value><array> <data>
<value><struct> <member><name>id</name> <value><int>80</int></value>
</member> <member><name>title</name> <value><string>Data</string></value>
</member> </struct></value>
.......
So it looks like getting the info of the server is working fine...
Any ideas?
Peter
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
http://liga1.com building multiple language/culture websites
http://poorbuthappy.editthispage.com online ethnology, up&down
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]