This example allows the user to enter a keyword query and then displays up to 10 suggested categories based on the query. To get started with this example you must open the keys.php file and edit the variables as follows: $devID - Your Developer ID $appID - Your Application ID $certID - Your Certificate ID $serverUrl - The eBay server you wish to submit your request to (Sandbox or Production) $userToken - the Authentication Token representing the eBay user who is making the call. This example uses the the CURL and DOM Packages, therefore these must be installed on the server on which the code is executed. The DOM package is a standard package in PHP5.