Snippet Name: Basic currency conversion Convert 1 dollar to pounds using Yahoos conversion
Description: Convert 1 dollar to pounds using Yahoo's conversion.
Comment: (none)
Language: PHP Highlight Mode: PHP Last Modified: March 01st, 2009
<?PHP$convert=FILE('http://quote.yahoo.com/m5?a=1&t=GBP&s=USD');$convert=JOIN("",$convert);$convert=EREG_REPLACE(".*<table border=1 cellpadding=2 cellspacing=0>",'',$convert);$convert=EREG_REPLACE("</table>.*",'',$convert);$convert=EREG_REPLACE("</b>.*",'',$convert);$convert=EREG_REPLACE(".*<b>",'',$convert);ECHO"1 US Dollar = $convert British Pounds";?>
SQL University.net courses meet the most demanding needs of the business world for advanced education
in a cost-effective manner. SQL University.net courses are available immediately for IT professionals
and can be taken without disruption of your workplace schedule or processes.
Compared to traditional travel-based training, SQL University.net saves time and valuable corporate
resources, allowing companies to do more with less. That's our mission, and that's what we deliver.