The Result
#include ebay.php require_once("ebay.php"); # a little error checking, just in case if ($site_url == "http://www yourdomain com/") {echo "Open ebay.php and set the initial values first.
\r\n";exit;} # set the keyword from the example $keywords = "bmw"; # set the Ebay category from the example $category = "43953"; # create an instance of the ebay class $ebay = new ebay(); # set the number of listings to display per page $ebay->eb_frpp = "2"; # set the number of bids an item must have $ebay->eb_sabdlo = "2"; # set this value to 1, when using eb_sabdlo or eb_sadbhi $ebay->eb_fbd = "1"; # call the main ebay class function $ebay->listings($keywords, $category); # display the auction listings echo $ebay->html; # That's really all there is to it! Seven lines of code. ?>%CONTENTS%
%RELATEDLINKS%
SEARCH
HERE
Related Searches
%TAGS%
Other Searches
%EXTRATAGS%