×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
Hi Shannon,
As part of my "playing" with PHP I've been using a couple of free services
from xmethods.net - the basic PHP code below deals with two of them (stock
quote and exchange rate) there are a couple of other freebies as well if I
recall correctly.
Don't forget the various services (including UPS) that Scott uses in his
demo programs for the HTTPAPI.
$QuoteClient = new
SoapClient("
http://services.xmethods.net/soap/urn:xmethods-delayed-quotes.ws
dl");
$CurrencyClient = new
SoapClient("
http://www.xmethods.net/sd/2001/CurrencyExchangeService.wsdl");
$IBM_Price = $QuoteClient->getQuote("ibm");
$coke_Price = $QuoteClient->getQuote("ko");
$US_Cdn_Rate = $CurrencyClient->getRate("usa", "canada");
Jon Paris
Partner400
www.Partner400.com
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact
[javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.