topical media & game development

talk show tell print

server-webapi-code-05-manualResponseParsing.php / php



  <?php
  response = callAPIQuick('library.example.com/api.php', '123', 'search', 'book', 'style');
  if (response)
  {
    xml = simplexml_load_string(response); 
    print_r(xml);
  }else
  {
    echo "Error loading feed"; 
  }
  ?>


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