include xmlrpc ...



Hi, I've got --with-xmlrpc option in my php.ini and can see on my phpinfo
page. Now, how do I include this in some code? So far I've been downloading
xmlrpc into a folder and just calling it from there, but if it's already
installed what do I change to get this version working?

Currently, I am calling ... require("../xmlrpc/lib/xmlrpc.inc");

I tried ... require("xmlrpc.inc"); ... but with no luck.

Thanks




.



Relevant Pages