Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)

Paste

Pasted as PHP by asd ( 14 years ago )
<?php
 $CurrencyConvertor = new SoapClient(
"http://www.webservicex.net/CurrencyConvertor.asmx?WSDL"
);
$q->FromCurrency = "USD";
$q->ToCurrency = "PLN";
$ConversionResult = $CurrencyConvertor->ConversionRate($q);
print_r($ConversionResult);
?>

 

Revise this Paste

Your Name: Code Language: