FormEntry allows you to to generate an HTML interface for one or more SQL tables. This allows users to maintain the content of the tables through HTML forms rather than entering SQL commands through a terminal. Since the forms are generated by this PHP application, there is no need for users to understand the details of HTML forms. FormEntry allows you to describe the column data with complex expressions to make it more difficult for users to enter data incorrectly.
SQLView provides a user friendly interface for browsing a SQL database and modifying SQL tables using a Web browser. This is strictly an application to give users access to view and modify their SQL tables. It is not a tool to help database administrators (other than perhaps getting users to manage their own data).
Simple Website Software (SWS) is an application that generates a reasonably modern looking Web site that requires a minimal amount of effort to set up and maintain. It uses PHP to generate pages with a single look and feel, and includes the ability to control menus based on the authenticated user.
A full scale PHP component framework including ready-to-use plugins.