|
Posted by R. Rajesh Jeba Anbiah on 12/15/64 11:49
elyob wrote:
> 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.
When you enable any extension, you just use it's functions; you
don't need to include/require anything else.
--
<?php echo 'Just another PHP saint'; ?>
Email: rrjanbiah-at-Y!com Blog: http://rajeshanbiah.blogspot.com/
Navigation:
[Reply to this message]
|