PHP DB Form Creator

Full description=PHP scripts to help manage html forms to administer data in MySQL and elsewhere. With only some lines of PHP code you get an html form.

QuoteEngine

Full description=The QuoteEngine is an eggdrop TCL script that allows channel users to store IRC quotes in a MySQL database. Adding, searching, fetching, and deleting from the channel are supported.

Database Content Administration Application in 15 Lines of PHP Code

Introduction We will learn how to build a fully functional, single-page database content administration application using phpGrid and other PHP components with a minimum amount of code. The application will perform common data operations such as Create, Read, Update, Delete, otherwise known as CRUD We will learn how to build a fully functional, single-page database content administration application using phpGrid and other PHP components with a minimum amount of code.