This PHP program reads your QuikStore 2.12 database and creates a link for each category in your database. 1. There are 2 variables listed at the top of the categorylist.php file that may need to be changed. Be sure to open this file and set the appropriate values at the top of the file. Put this categorylist.php file into your document root folder (where the index.html is) on the server and run it from a browser to verify that it's creating a category list and that there are no errors. Don't be too concerned about what it look like in there. It will come out fine when the information is displayed by the javascript below: http://www.YOURSITE.com/categorylist.php 2. Add the following line to your html page(s) in the tags: 3. To display the text, add these lines in the location where you want it to display on your page: 4. This program writes a temporary file of the category list to cat.list.txt. This way it does not have to requerying the products.dat each time a page is opened. Should you need to update this file, simply run this line: http://www.YOURSITE.com/categorylist.php?update=1 That will tell it to update the temp file.