Good day all... Are there any ready to use sites that display your DB data in a presentable way? Say I have a 50K records database of doctors First_name, Last_name,Address_1, City, State, Zip, Tel, Fax, Other... I would like to just take that DB and present it on the web... The system would have: - the pages organized by Last_name A, B, ... Z - this would let search engines pick this info up... and index and perhaps let users filter out by state or zip or anything else... - And let users search the DB for anything... - Display individual records and let users comment and rate 1-10 the record - Let the admin add/delete/modify records/user input... - We can think of hundreds of other features - spam prevention, ability to have various layouts (in different languages) that encapsulate the records so that www.site.com could be in English but jp.site.com could be in Japanese - but all still around the same DB... What do you think - what kind of systems would you recommend? Thank you all...