"R. Rajesh Jeba Anbiah" <ng**********@rediffmail.com> wrote in message
news:11**********************@y43g2000cwc.googlegr oups.com...
When you enable any extension, you just use it's functions; you
don't need to include/require anything else.
Thanks, that makes complete sense but it's still not working here ... the
error I get is ..
PHP Fatal error: Class 'xmlrpc_client' not found
In the phpinfo() information I can see this ..
xmlrpc
core library version xmlrpc-epi v. 0.51
php extension version 0.51
author Dan Libby
homepage
http://xmlrpc-epi.sourceforge.net
open sourced by Epinions.com
So, had kind of hoped it would work.... but am now presuming that
http://phpxmlrpc.sourceforge.net is different in the way that it works. I
will have to make quite a few code changes, presumably.
Here's the line that's not working ...
$xmlrpc_client = new xmlrpc_client("/services/xmlrpc", "www.flickr.com",
80);
Time to start looking at the differences ...