topical media & game development

talk show tell print

server-webapi-code-09-restExample.php / php



  <?php
    header("Content-Type: application/xml");
    endPoint = "http://rest.api.sandbox.ebay.com/restapi";
    requestToken   = "oVAr7OhSbdw%3D**%2Bs1d4ta8quAac9G3rvTuhs8IPvg%3D";
    requestUserId  = "wroxuser";
    searchTerms = "boat";   
    fullEndPoint = endPoint . "?RequestToken={requestToken}&RequestUserId={requestUserId}&Query={searchTerms}&CallName=GetSearchResults";
    results =  file_get_contents(fullEndPoint);
    echo results;
  ?>


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