Deploy in 115+ regions with the modern database for every enterprise.
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Start Free
Go From AI Idea to AI App Fast
One platform to build, fine-tune, and deploy ML models. No MLOps team required.
Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
The dbmap class allows the developer to Read, Browse, Insert, Update or Delete table entries on a MySQL Database with a few lines of code. Written in PHP.
phpPgWeb is a library to create in a simple way an autoconfiguring web interface to postgresql databases.
It is also manually configurable.
It manage table dependences.
It manage files(large object), for example images (create automatically thumbnail.
Generate Entity Relationship Diagrams for a a database supported by the ADODB library, using PHP. The data for this ERD is kept in a table in the database.
AI-powered service management for IT and enterprise teams
Enterprise-grade ITSM, for every business
Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
This tool creates a PHP class to interface to a given database table. The PHP class is a simple relational object mapper. It maps table columns to class attributes. It provides basic CRUD methods as well as utility methods such as CSV import and export.
GTK-DBExplorer is a PHP-GTK multi database administration tool. It supports many DBMS's through adoDB Abstraction layer. It will have a SQLEditor with autocomplete, table editor for any DBMS and data explorer.
A small PHP file that help to translate from a CSV to MySQL DB table, using the name of the archive as the name of the table, and the head of the columns as the fields names. You can specify all the characteristics of the fields before upload the data.
phpMyComparer is a tool written in PHP intended to compare MySQL tables/databases over the Web. It can compare data and/or structure of databases, can modify data/stucture of one table/database to another or make an MySQL request for this.
A fast, high-performance content engine with many features, such as news management, user management, e-commerce functions and barcode generation as well as formatting, forms and table functions to increase the speed of dynamic web development.
PHP class that creates a Web Form for a database table and handles all processing of the form including validation of data, inserts, updates and deletes. Very customisable and flexible. Uses ADODB to connect to databases and simple Templates.
phpMonAnnuaire is a directory written in PHP. It can use MySQL or LDAP db. You can adapt it to your own database or use the MySQL table that come with.
MyAntarMuka is a web interface to MySQL table writen in PHP. It is simple to install and to use. Basic Features included are view, add, update, and delete record. Also included direct SQL query.
NoCre is a tool written in PHP to make creation of MySQL tables with InnoDB table type easy. You can create relations between tables easily and get the SQL queries and execute them.
phpMaint is a PHP implementation of a set of MySQL non-relational database table maintenance scripts. It provides the ability to add, update, delete, and search entries. It works with every MySQL data type, and produces formatted, XHTML compliant code.
The Traverser provides an easy way to share tables of information over the Internet. It automatically integrates the parent-child table hierarchy as it handles navigation, editing, sorts, searches, and lookups. Just specify the fields and indexes.
How many times have you hand coded a MySQL table editor in PHP? PHPMyEdit provides an instant table editor. All you need to do is to write a simple calling program (and there's a utility to do this) and the job's a good 'un!
A set of php scripts to manage your data for selected DB. All your tables will be shown you for data management on them. MySQLDataManagement is intended to add / edit / delete / list records on selected table - DB .
Php Database class creation wizard. This code creates a php class for a database table that includes all required SQL to update the database as well as form output code.
This is a generator that creates PHP 4 code based on a PostgreSQL RDBMS for data entry into any database table or tables with 1-n associations or n-n associations.
The generator now manages projects of more tables and has a complete graphical layout (CSS
The HTMLresourceKit is a library of widgets written in PHP wich make building LAMP web-applications much easier. There´s a simple table widget to browse through the data, a form widget with autovalidation and also a treemenu widget.
An object oriented library that uses PHP4 sessions, implements automated table operations, authentication, object-level permissions by group and, last but not least, automated forms handling.
Web table that connects to a mySQL table and shows its data
Collection of JS / Php files that implement a html/js table, which can connect to a table in an mySQL database and show it's contains. The source is designed in a way that is easy to add to your website with the minimum configuration. The project makes use of Twitter Bootstrap.
The main difference from DataTables is that only the appropriate elements are selected from the DB and every time a page change occurs (or a search) a new request is sent.
UPDATE 10Jun12:
I have not had chance to package up the source code for this - however - it is all written. There's a full write up/article detailing exactly what I did/how it works here:
PHP MySQL "instant" Audit Trail:
http://www.flatcoder.co.uk/php-mysql-instant-auditorauditing/
This came about when a client asked for a way to audit their system. The codebase was an old PHP application with more files/scripts that anyone would like to plough through!
The solution was a simple "drop in" replacement for the mysql_query call. ...
A PHP class that replace the need to build textual SELECT queries.
By using commands like $query->select( $table->column, $table->column2 ); you can easily create complex queries with no need to write pure SQL.
NesSPHP is an easy to use PHP-class which helps you to work with nested sets. Just provide information like for the db-connection and table-name and you are ready to start.