topical media & game development

talk show tell print

professional-ria-03-json.php / php



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


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