Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 842 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 842 Bytes

phpshopzoekerexamplecode

This code is a minisite writen in php with searchfunctionality on the Open API. It is a simple way to get a quick working example with html output and parsing of the xml respons. You can view the example live at http://developers.bol.com/examples/phpexamplecodeshopzoeker/index.php

If you want to contribute to this code sample. You can do a Fork and a Pull request on this repo.

Minimum requirements:

  1. PHP 5.0 (or higher)

Installation and running the application:

  1. Get the code by forking or downloading the zip
  2. Upload all files (keep the directory structure) to a web-server
  3. Add your API-key at line 301 of index.php (request this key https://developers.bol.com/)
  4. Open the browser and call the URL where your index.php file is located