topical media & game development

talk show tell print

professional-web-01-v1-yahoo-chart.php / php



  <?php
  include ('cache.inc');
  
  function get_chart(url) {
          err_report = error_reporting(0);
          content = file_get_contents(url, "rb");
          error_reporting(err_report);
          return content;
  }
  
  // See http://www.gummy-stuff.org/Yahoo-data.htm
  send_cached_url("http://ichart.finance.yahoo.com/v?s=" . urlencode(_GET['tag']), "image/png", 1800);
  ?>


(C) Æliens 20/2/2008

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.