topical media & game development

talk show tell print

professional-ria-03-geocoder.php / php



  <?php
    header("Content-type: text/xml");
    url = _SERVER['QUERY_STRING'];
    if ( strpos(url,"http://api.local.yahoo.com/") === 0)
    {
      ch = curl_init();
      curl_setopt(ch, CURLOPT_URL,url);
      xml = curl_exec(ch);
      curl_close(ch);
      echo xml;
    }
  ?>


(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.