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
    2142 total visits
    Simple SQL Transact is a simple wrapper to access and manipulate MySQL database table records using SQL.It provides a function to retrieve database table record field values given optional SQL search condition and the set of fields to group or sort the query results.Simple SQL Transact also provides functions to delete, insert or update records given the table name and ...
  2. No Screenshot
    2025 total visits
    PHP&Databases; class allows you to perform a MySQL database management (Select, Delete, Insert, Update).
  3. No Screenshot
    1990 total visits
    dbsource is a class meant to easily access different kinds of databases based on a common interface, taking the database connections to its cleanest, scalable maximum.
  4. No Screenshot
    1649 total visits
    DBManager provides several classes that implement different aspects of the access using a central class to manage connections to the MySQL database server.The DBManager class keeps track of each database connection that is opened. It provides a function named getDB() that establishes the database conection when it is called for the first time, and returned a reference to an object ...
  5. No Screenshot
    1614 total visits
    MySQL Log allows you to add and show the log provide by other classes such as MySQL Connection and MySQL Recordset.
  6. No Screenshot
    1652 total visits
    MyQuery is a simple MySQL query generator class to ease writing of complex queries with lots of WHERE and alike statements.
  7. No Screenshot
    2051 total visits
    Fast Split MySQL Result is meant to split MySQL query results in multiple pages with HTML tables. It uses Javascript to generate the navigation links.
  8. No Screenshot
    1661 total visits
    CM SQL is a simple package meant to execute SQL SELECT queries and format the query results. The select class can connect to the database server, execute SELECT queries and store the results in an array class variable. The database connection can be configured by an external script.A separate string formatting class can be use format the values returned as ...
  9. No Screenshot
    1845 total visits
    MySQL Table Wrapper can be used to access the rows of a MySQL database table as objects. It provides functions to insert, search, retrieve, update and delete table rows.MySQL Table Wrapper can retrieve the names of the columns the specified table to associate class variables to table columns with the same names.
  10. No Screenshot
    1702 total visits
    mysqlc is a wrapper to access MySQL databases.It can create persistent or non persistent connections, execute queries, retrieve query results, retrieve MySQL server version, start and finish transactions.
  11. No Screenshot
    1731 total visits
    MySQL RecordSet class provides automatic erase by ID, erase by Array, check SQL between other functions. The MySQL Connection is required.
  12. No Screenshot
    1526 total visits
    Hybrid MySQL is a lightweight wrapper to access MySQL databases.Functions of Hybrid MySQL:- Open and close MySQL database connections- Execute SQL queries- Fetch the query results as array, associative arrays or objects- Get number of returned query result rows- Display failure error messages
  13. No Screenshot
    1568 total visits
    mysqlRecordSet creates a MySQL connection and records set objects with support for error reporting.
  14. No Screenshot
    1860 total visits
    Recordset is a recordset Class like ADO Recordset (plus DataBase Splitting feature) using ODBC functions.
  15. No Screenshot
    1555 total visits
    Interprets database schemas which are written in XML. Takes the schema either directly or via a file, parses it, generates the SQL necessary and (optionally) executes the SQL.Works only with MySQL but could be ported to other RDBMS very easily.
Pages 53 of 63« 49 50 51 52 53 54 55 56 57 »