Building PHP Web services with PEAR (devchannel)
[Posted February 16, 2004 by ris]
DevChannel.org
looks at PEAR (PHP Extension and Application Repository). "
Once
you have installed the PEAR Package Manager you can proceed to installing
the necessary PEAR modules for using SOAP in PHP by using the pear install
[Module_Name] command. If you execute this command while you have an active
connection to the Internet, it will automatically download and install the
module in your local environment. If you don't have an active connection,
you will need to download the SOAP package for PEAR as well as some
prerequisite PEAR modules from http://pear.php.net/packages.php in order to
install the SOAP package, including Mail_Mime, Net_URL, HTTP_Request, and
Net_DIME."
(
Log in to post comments)