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. AJAX pagination
    2899 total visits
    This PHP script aims to display the paginated representation of MySQL table data on the HTML page with the simplest way using AJAX requests. It executes a given MySQL query and generate a response to update a page that shows different pages of query results using AJAX to avoid page reloading.MooTools library was used in this script to make AJAX ...
  2. Utils
    478 total visits
    This PHP script is made of classes with the aim to manipulate date and time, files and directories, etc.. It has wrapper classes to access MySQL and PostgreSQL databases. Requirements:- PHP 5.0 or Higher
  3. easy DB
    399 total visits
    This is a PHP Database script based on MYSQLi to do normal and prepard query. It can connect to a given MYSQL server using credentials retrieved from an INI format file. This script can be used to execute SQL queries and store the results in cache files valid for a given period time. It also supports prepared queries with query ...
  4. PHP MySQL Caching Wrapper
    512 total visits
    This PHP script is mainly used to execute MySQL queries and cache query results in files. It connect to a MySQL database server and run given SQL queries from a list, then retrieve the query results and store them in cache files. It will return the cached queries on Database connecton errors and handle events like sending mail on database ...
  5. AutoDB
    366 total visits
    This PHP script is designed to query MySQL database programmatically by accessing a MySQL database and then composing SQL queries by calling functions that take parameters that define different aspects of the queries. Those functions of AutoDB take parameters that define the tables, fields, result set order clauses, field values, condition clauses and much more. There're also specific classes to ...
  6. Crutch MySQLd
    302 total visits
    This PHP script implements a MySQL database access wrapper. It can be used to connect and perform several queries on a MySQL database.Here are some key features of "Crutch MySQL":- Connect to a given MySQL database server host- Execute arbitrary SQL queries- Retrieve query results into arrays- Retrieve the number of result set rows and fields- Retrieve the number of ...
  7. Easy Query
    423 total visits
    This PHP script is mainly used to execute common SQL queries which are read from parameter lists. It can perform SELECT, INSERT, UPDATE and DELETE queries using parameter values that define table names, fields, field values, condition, order, group and limit clauses. It can also retrieve query results into arrays.Requirements:- PHP 5.0 or Higher
  8. Simple MySQL wrapper replicator
    328 total visits
    This PHP script is mainly used to access multiple MySQL servers. It connects to multiple MySQL database servers, parsing a configuration list and executing a given SQL query. If it fails the class repeats the process trying to access another server from the list until it succeeds or the list ends. Requirements:- PHP 3.0 or Higher
  9. No Screenshot
    385 total visits
    This PHP script is mainly used to sort arrays or MySQL searches by relevance. The script can search for a string in an array of a MySQL query result. It returns an array of search result entries that is sorted by a criteria of relevance implemented within the script. A number representing the relevance is returned within the sorted search ...
  10. No Screenshot
    542 total visits
    OPC Data Grid provides an easy interface to create tables using multi-dimensional arrays, which is most likely gathered from a database. Data taken from a supplied PHP data array will be analyzed and structured inside an HTML table by this PHP Script. It can also be used to add the columns of the table to be displayed and generates HTML ...
  11. No Screenshot
    473 total visits
    This PHP script can be used to perform SQL Update, insert and delete queries from parameters which define the tables, fields and field values. Cyber MySQL is mainly created to execute MySQL queries using lists of arguments.Requirements:- PHP 5.0 or Higher
  12. No Screenshot
    266 total visits
    DBInterface is a generic database table interface which can be used to manage database table records as objects using the Active Record design pattern. This script accepts as parameters a database access object(DAO), the name of a table and any key field. The database access is done by the DAO class. Currently there DAO classes to access MySQL databases and ...
  13. Database Record Selector and Editor (DB-RSE)
    346 total visits
    Database Record Selector and Editor (DB-RSE) is a PHP database script, which is intended to be a very simplified MySQL database record selector and editor. Having only two files, it is simple to install and setup. Just put both files in a folder (preferably either secure or obscure), modify the dbconnect.php file, and load this file in your browser.Requirements:- PHP- ...
  14. Backup2Mail
    272 total visits
    Backup2Mail is mini PHP application that creates regular backups of your MySQL database and sends it to configurable e-mail address. Backup2Mail is a professioal and free PHP database script. The whole process is scheduled with a help of Cron, a Unix program that runs programs at scheduled times.Requirements:- PHP 4.1+- SSH access to your web server,- or Cron Jobs interface ...
  15. No Screenshot
    392 total visits
    PDO wrapper can be used to establish a connection to a MySQL database server(various MySQL versions can be supported) using PDO and execute SELECT prepared queries with parameters from an array, retrieve query results into arrays, execute INSERT or UPDATE queries using parameters that define the tables, fields, values and conditions.Requirements:- PHP 5.1 or higher
Pages 10 of 63« 6 7 8 9 10 11 12 13 14 »