With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Try free now
Enterprise-grade ITSM, for every business
Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.
Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
A web based text editor for IE 5.5+ developers. Including spell checking, table support, tab support and several formatting features. Demo at http://webhtmleditor.sourceforge.net
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.
Wellington, the PHP/MySQL campaign manager provides multiple and concurrent campaign management for table top battle games (like Warhammer, WH40k, Lord of the Rings, Mordheim, etc) and is written in PHP utilising MySQL database.
Dynamic Bookmarks is a PHP page that interfaces with a MySQL Database to provide a dynamic bookmarks webpage in a table-format with categories that you can then use as the homepage in your browser. It also includes a multi-site search form.
Free diagnostic script reveals configuration issues, error patterns, and security risks. Instant HTML report.
Windows Task Scheduler might be hiding critical failures. Download the free JAMS diagnostic tool to uncover problems before they impact production—get a color-coded risk report with clear remediation steps in minutes.
phpDbxAdmin is an administration tool for the SQL based flat XML file databes DBX written in PHP. It should make life a little bit easier in things like database and table creation and altering table structures, testing the database ...
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!
[ Phrozen ] is a freeware/opensource (as in GNU) PHP encoder written in PHP it is entirely contained within this one file. The idea is that you can encode files through the interface. Phrozen also has PHAT functions which act as a file allocation table.
eZ region is an extention to the ezpublish web cms.
eZ region is not a killer app, but it made eZ publish one for me!
eZ region provides a lookup table of what some
call regions or states, depending on the country.
Automatic BGP peering matrix using whois servers. Creates a table with complete discovery of peer to peer connections through RIPE, ARIN, etc using the peer's autonomous system (AS) number. Visit http://www.lipex.net/matrix.php to see it in action.
Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.
Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
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/HTML IP accounting table displaying in/outgoing traffic accumulated a) this month and b) since the manual counter was last reset for any host in a subnet. Data is counted by a set of IP tables rules and stored in a mysql database.
PHP Toolbox is designed to make the process of creating database-powered websites easier. It utilizes the iterative or step-by-step development paradigm. The main functionality is handled by powerful Table/Form classes and their database descendants.
This is a simple and cute discussion board created with PHP and have only one MySql table. It's veri fast and simple for install. Just create DB discussion and use discussion.sql.
This is a small management tool for storing Hyperlinks in a MySQL - database, give them a categroy and a description and read them out into a HTML table.
There's no usermanagement, so you can only specify wheather everybody or noone can edit / delete
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.
CookieAuth is a simple PHP class, compatible with both PHP3 and PHP4, that permits to add "User-ID and Password" authentication in other projects, using cookies and additional table-field. This class is suitable for any existing MySQL data base.
This is a simple php framework for database access pages. CRUD (create,read,update & delete) forms and data tables (navigation menu, order, filter, search functions) are created on the fly reading table structure.
To develop a automatic time table generator software .The input required are number of periods per day, no of working days per week, period duration, number of classes or sections, subjects for class, number of lectureres and assigned subjects possible.
K-Face is a GUI framework for PHP. K-Face is written with pure OOP source code, and port most of important features from ASP.NET (Event handlers, Web Controls (Button, Table, TextBox, etc), DataSet and SQL package).
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.