I am running a wordpress site and wish to have a separate page with an independent search function where the user can search for software by it's title/the author/or the job which the software will do e.g. fax, backup, defrag etc. I presume that I will need a wordpress plugin or a php script that in the first instance will generate a mysql database to categorize the software. There will be approximately 10 fields per record (These will be defined later). Each record could be in one or more categories. An administrative script will also be required to add the records easily and a PHP script that will show the records in each of the appropriate categories, and an integrated search routine that will allow a user to search for data in any of the fields in each record. Easy navigation is a necessity, and records need to be sorted by one or more fields. Any ideas anyone?