phpMyViews is a small PHP script, which allows you to easily create mySQL queries and put the output in HTML pages.
But that's not the only thing, phpMyViews not only shows mySQL data, but can also manage small formular based mySQL editing actions, including INSERT, SELECT, UPDATE, DELETE, ...
I have added an update to my db_class framework to allow you to select any table from your database. You may pass the new method the table name then what columns you would like to return or you may just say all for all columns. Once you call the method you may display the results with a while statement lie normal.
MySQL Dialog is a simple MySQL database access wrapper class to execute SQL queries and display the results in HTML tables. The class connects to a MySQL server, sends SQL statements, and gets the results as an array. A table with the data from the result sets can also be displayed. The class may optionally return error messages on failure based on the mysql_error() and user defined error messages.
The PHP CSV Importer is a script that allows you to import CSV files directly to a MySQL database via a point-and-click interface.
This all-new version allows users to upload their csv files directly using the script. Using the easy-to-use interface of drop-downs and buttons, the users can preview their file, select the table and then insert the data into MySQL. Simply edit the configuration file and you're good to go!
Joining mailing list will entitle you
to receive occasional emails informing you of news and
updates to the site and any special offers that may be
of interest to you.