-
Sypex Dumper is a PHP-script, which can help you create a backup (dump) of a MySQL database, and also restore the database from the backup if needed. Unlike many similar programs (scripts), is optimized for maximum performance, as well as for working with large databases of hundreds or thousands of megabytes. Key Features of Sypex Dumper:- backup and restore of ...
-
The HTML and JavaScript code required to display the results of a given MySQL query in an HTML table, is generated. The generated Javascript can send AJAX requests to update the table contents when the user clicks on columns to sort the query results. Requirements: PHP 5.0 or higher
-
MySQLQueryGenerator is a set of classes that can compose queries to run on MySQL from a list of parameters that define tables, fields, field values and conditions. Separate classes can compose different query types like SELECT, INSERT, UPDATE and DELETE. Requirements:PHP 5.3 or higher
-
This PHP script can be used to connect to a given MySQL database server or to generate SQL statements which can be used to recreate the database tables and its contents.dbclass_dre can backup all tables or a given subset, And the backup data can be compressed into a zile files by a separate auciliary class. Tha main class can also ...
-
MySQL DB Connector connections to a MySQL database server can be established using the MySQLi extension. The script can compose and execute SQL SELECT, INSERT, UPDATE and DELETE queries from lists of parameters that define tables, fields, field values and condition clauses. Requirements: PHP 5.0 or higher
-
PHP MySQL Grid is a given SQL query can be executed against a specified MySQL database and the results can be retrieved in an HTML table. The rows of the table may be displayed with configurable alternate styles. Requirements: PHP 5.0 or higher Limitations: The comments in the class code are in Turkish.
-
SELECT, INSERT, UPDATE and DELETE queries can be executed from lists of parameters defining tables, fields, field values and condition clauses with MySQL Database Layer With Dynamic SQL Generators.Requirements:PHP 5.0 or higher
-
Information can be stored in and retrieved from database table records mapped to objects with Persistent Objects for PHP.The different types of database table columns are abstracted with individual data type classes, which help preventing SQL injection security attacks.Persistent Objects for PHP uses PDO based driver classes to abstract the access to the many types of databases including: MySQL, PostgreSQL, ...
-
Simple DB can establish connections to a MySQL database server and execute SQL queries. Once an SQL query is executed all results are stored into an array for later processing.Simple DB is disigned for small query access and extends the class.error.phpKey Features of Simple DB:- Retrieve query results into an array- Retrieve a field, row or page of query results- ...
-
MySQL for PHP is connection to a database host can be established and SQL queries can be executed.Key Features of MySQL for PHP:- Retrieve query results into arrays- Retrieve the number of result set rows and the last inserted identifierRequirements: PHP 5.0 or higher
-
Oracle Information Site allows DBAs to view the most important informations about all configured Oracle databases. Support for Oracle 8i, 9i and 10g (untested) is integrated.OIS gives the DBA many informations like:- Instance Configuration parameter- Running processes with detail view- Redo Log and Rollback segment usage- Tablespaces- Overview of all defined DBMS_JOBs- Memory Usage- Basic tuning views- General instance statistics- ...
-
Connections to a MySQL host can be established and SQL queries can be executed with Database Abstraction Class. Key Features of Database Abstraction Class:- Retrieve results into objects and array- Retrieve the length of the column fields- Retrieve the number rows affected by a query- Determine the highest value of a table id fieldRequirements: PHP 5.0 or higher
-
php easy :: pagination scripts set contains 3 different pagination functions that can be easily implemented into any other script to paginate the output results retrieved from MySQL database or elsewhere.Note: These functions do not query the DB by theirselves, you should previously have counted the total number of matches and retrieved the appropriate results, specified number of results per ...
-
Sqlite3 database manager allows to do all main operations with Sqlite databases - add, modify, view and delete data.Also Sqlite3 database manager is possible to view tables structure, search with certain properties and configuration file allows to set up user accounts with privileges for example just adding and viewing permissions.
-
MySQL charset correction tool is excellent tool for converting charsets in MySQL databases without changing columns values. It can be used after MySQL upgrade or after restoring missing databases to repair or to convert charset. This problem is often seen when doing restore of Joomla database to a newer MySQL version.This tool doesn't require any manual conversions or any PHP ...

