Re: Accessing Live Currency Exchange Rates to Use with PHP

From: cnrez (cnrez_at_yahoo.com)
Date: 10/21/04

  • Next message: AzMoo: "Recursion Bug?"
    Date: 21 Oct 2004 02:23:10 -0700
    
    

    you can use yahoo finance website to grab some information there.

    you can read CSV file from there
    here's the example :

    (for reading cvs file)
    http://www.myhexacom.com/chandra/kurs.php

    or
    (for reading the entire page, and using regular expression)
    http://www.myhexacom.com/chandra/oldkurs.php
    i'm using Indonesian Rupiah, as i'm from Indonesia


  • Next message: AzMoo: "Recursion Bug?"