PHP Database Tool

Free and open source PHP Database Tools Scripts. These Scripts included MySQL, Oracal, Access help you to make a simplified operation on database.
  1. No Screenshot
    2130 total visits
    PostgreSQL Database Driver comes with a class that manages connections to a PostgreSQL database server. It comes also with a class to perform SQL queries and retrieve the results.The connection class can executes queries and manage transactions. It can also create, read, write and delete large objects (LOBs).
  2. No Screenshot
    1781 total visits
    CSQLite is a wrapper to access SQLite file databases using SQLite extension for PHP 5. The functions are similar to those used to access MySQL databases: open, query, fetch_row and get_num_rows.
  3. No Screenshot
    1832 total visits
    Interbase allows to manipulate database of the Interbase with debug mode. Include examples for select, insert, update and delete.
  4. No Screenshot
    2167 total visits
    Blocks is a simple class that is meant to output colored blocks of mark different sections of HTML page. You can define the color, the current HTML generation time and custom text that will appear in each block.
  5. No Screenshot
    1995 total visits
    SQLCall uses PHP's highly dynamic nature to give the calling class unprecedented access to the result set in an intuitive way.SQLCall currently only supports connections to mySQL databases.This class is perfect for those who like their results at hand - no hashes or lists to have to walk through.
  6. No Screenshot
    1882 total visits
    sql_query_generator will generate a large range of SQL SELECT queries from a submitted form.It provides facilites for simple queries on one field on a table, joins, selection of fields to be returned, aliasing of fields (eg. SUM(Price) AS Total), ORDER BY, even multiple queries from one form.Comes with a basic demo file, which I hope to update in time. GROUP ...
  7. No Screenshot
    1560 total visits
    PGSQL_Connection is one class to 'select, insert, update and delete' registers from PostgreSQL databases. It have functions to create log files and other operations.Important: PGSQL_Connection works with PGSQL_Login class.
  8. No Screenshot
    1794 total visits
    The SimpleDB class implements a PHP algorithm to store associative arrays in files without using any PHP database function. The key feature is the use of flock to prevent corrupting files.If you do not have a database and want to create a simple application, this is a good option for you.With the SimpleDB class come two example applications of counters:- ...
  9. No Screenshot
    1748 total visits
    phpPostgreSQLdB provides an abstraction layer above the PHP PostgreSQL API.This centralizes all the database connection info such as host, port, etc. Same class an be used to connect to multiple databases on different servers and on different ports. In addition to "normal" stuff that you'd expect from a db abstraction layer, it also supports transactions among other things. Comprehensive error ...
  10. No Screenshot
    1894 total visits
    pgSQL Abstract is a wrapper class to simplify PostgreSQL queries. This is the PostgreSQL version of another previously submitted here to access MySQL for the same purpose.Features of pgSQL Abstract:- Connect to a PosgreSQL server reusing connections previously opened to the same server- Insert or update rows using arrays of fields and values- Delete rows that satisfy a given condition- ...
  11. No Screenshot
    1136 total visits
    PEAR Database Wrapper is a wrapper forthe PEAR Database package to provide an alternative API for accessing databases.One of the features that this class provides is a way to connect to databases using a function that, instead of a connection string, it takes the connection parameters in a single array that is passed as parameter of the connection function.This class ...
  12. No Screenshot
    1422 total visits
    When you have a big MySQL database, you may need to optimize and eventually repair any tables that may need it. This class allows you to schedule the execution of these tasks. After the class performs the repair and optimization tasks, it saves the date and time in a file.Next time the class is called to perform those tasks again, ...
  13. No Screenshot
    1862 total visits
    MySQL Abstract Layer is a simple MySQL database access wrapper. It can execute SELECT, UPDATE and INSERT SQL queries using single calls that take the table names, column names, column values and table search conditions.
  14. No Screenshot
    1693 total visits
    innodb class stores and retrieves information stored in MySQL innodb tables.
  15. No Screenshot
    1932 total visits
    Run MySQL is a class that is meant for feeding the MySQL server with large batches of SQL statements.The batch statements could be taken from a string, a local file or a file uploaded via HTML form. The result of the last query is returned.
Pages 51 of 63« 47 48 49 50 51 52 53 54 55 »