"How to improve your website with Yahoo-like web directory" by Sergey Popov, xllentSOFT.com - August, 2003 xllentSOFT.com: http://www.xllentsoft.com Web Free Trade LLC: http://www.webfreetrade.com Copyright (C) 2003 Sergey Popov. All Rights Reserved. You may use, distribute or modify source code free of charge as long as this copyright note is present. This code and information are provided "AS IS" without warranty of any kind, either expressed or implied. Sample files for the article: - createMyTables.php Script that creates 'MyCategories' and 'MyLinks' tables - dbConfig.inc.php Database configuration include file - dbUtils.inc.php Include file that contains definitions for database utility functions - editCategories.php Script that allows categories and subcategories viewing, new categories and links entering - processData.php Script that adds new category or link to the database - readme.txt This file - viewWebDirectory.php Script that displays web directory information from the database How to use sample: 1. Unpack "webdir.zip" into a single folder on your web server. 2. Modify database parameters in the "dbConfig.inc.php" for your specific MySQL Server. 3. Create "MyCategories" and "MyLinks" database tables. You can do it manually or use the "createMyTables.php" script. 4. Open the "viewWebDirectory.php" page in your browser.