Joel Dare's Dynamo is a PHP library that executes complex MySQL queries and automatically generates HTML code.
For example, it can draw a spreadsheet-like table from a simple query such as "SELECT last, first, phone FROM users". It can generate horizontal tables, vertical tables, multi-column tables from a single column result, and it even generates simple HTML forms based on a select query.
For example, "SELECT firstName, lastName FROM cust WHERE id = 1234" automatically creates an HTML form that contains fields for firstName and LastName.
What's New in This Release:
· This version adds the DynamoColTableQuery() function, which generates multi-column tables from a single column query.
Product's homepage