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. Sortable Elements
    2698 total visits
    This class can be used to display MySQL database table records in an HTML table that can be sorted by dragging rows.It generates HTML and Javascript to display the records of a MySQL table in HTML table rows that can be dragged to sort the table elements.The class sends AJAX requests to send changes of the table elements to the ...
  2. phpMyDataGrid 2007 - AJAX Enabled Datagrid
    4892 total visits
    phpMyDataGrid 2007 offers a toolkit to build a DataGrid in a PHP based environment. It allows the application programmer, to build and deploy with very few lines of code and in a short period of time a complete AJAX enabled datagrid with paging, searching, sorting and more, much more... It is useful for all PHP database-driven Web site and online-based ...
  3. No Screenshot
    493 total visits
    This script can be used to show paginated listings updated using AJAX. It takes as arguments the an array of data entries to display in the pages and the limit number of entries to display per page.The script generates HTML and JavaScript for navigation links to update the listing without reloading the page when the links are clicked.
  4. No Screenshot
    823 total visits
    This package implements an AJAX based notes editor. It generates a user interface panel divided in three sections updated without reloading using AJAX: a menu, a folder list and the content viewer.The content section displays forms for creating, viewing and editing notes.The folders section lists the available section. The content section is updated when a folder item is selected to ...
  5. No Screenshot
    1407 total visits
    MADAL allows one to quickly generate ajax enabled web-pages. MADAL is an Ajax based database access layer for MySQL written in PHP and Javascript. It generates PHP and Javascript/jQuery source code that is well documented, so you can use your IDE's auto-completion against database tables and fields. The documentation was designed with PHP Eclipse in mind, but should work for ...
  6. DHTML and CSS CAPTCHA
    1780 total visits
    This script can be used to implement CAPTCHA validation using colored boxes that the user must click which are validated using AJAX requests.It renders a grid of boxes on which only one box is colored differently to indicate the user must click it.The script sends an AJAX request to the server passing the coordinates of the user clicks until a ...
  7. No Screenshot
    1834 total visits
    This script can be used to manipulate MySQL database table records displayed in a HTML table.It displays a table with data from fields of a MySQL database table.The table can display links for sort the listing by the clicked column and also to execute actions such as insert a new record, update and delete a record.It uses AJAX to avoid ...
  8. No Screenshot
    1357 total visits
    This script can be used to edit and save data of table columns.It uses AJAX to save the changed table cells without refreshing the current page.The changed cells are saved by backend scripts that store the updated data in server side text files.
  9. No Screenshot
    1394 total visits
    This script can be used to create and manipulate adjacency lists in MySQL. It can perform several types of operations to store and retrieve information in a MySQL table of nodes of an adjacency list. Currently it can: add nodes, retrieve the list of all nodes, get the children of a given node, change the parent of a node, and ...
  10. No Screenshot
    12841 total visits
    Form Tools is a form processor, storage and data access script written in PHP and MySQL. Form Tools allows webmasters to build, publish and manage large sets of online forms. These forms can be created and then published to live websites with ease, allowing the developer to control all his forms from one single place and interface. Form Tools comes ...
  11. No Screenshot
    15864 total visits
    PHP DataGrid is a simple, innovative and powerful PHP tool for generating data-bound AJAX PHP datagrid. It should be the best choice for all PHP database-driven web site and online-based data administration. Just with TWO lines of code:$dg = new C_DataGrid(“SELECT * FROM orders”);$dg -> display();then you will be able to create a fully functional datagrid in PHP.Features of PHP ...
  12. No Screenshot
    1979 total visits
    mySQL Table Tool is the perfect tool to repair and/or optimize mySQL database tables. Fully web-interactive.This tool will compile a list of tables in the database, and allow you to select which database(s) to repair and/or optimize. Repairing repairs corrupt tables - corrupt tables can result in the loss of data, mySQL errors, and even failure of mySQL server (which ...
  13. No Screenshot
    1920 total visits
    Use this script Simple to Use PHP MySQL Class that I've been using for years in my projects. It's a really easy-to-use PHP class file for connecting to, running queries on and retrieving data from MySQL databases. Just include the file, and set four parameters and you're all hooked up ready to go!
  14. No Screenshot
    3727 total visits
    This PHP class can access MySQL databases from PHP code. It features a very simple and easy to understand PHP syntax, allowing it to easily be called from any PHP application.Here are some Key Features of PHP MySQL Connection Class:-Establish MySQL database server connections-Execute SQL queries and return the results in arrays-Count the number of records in tables-Execute queries to ...
  15. No Screenshot
    1822 total visits
    This PHP class implements a MySQL database abstraction layer. It will allow PHP applications to connect to a MySQL database and interact with it performing queries or saving data to it.Here are some key features of Mraiur_Database:- Establish MySQL database server connections setting the client encoding- Execute SQL queries- Retrieve query results into arrays- Get the columns of a table
Pages 14 of 64« 10 11 12 13 14 15 16 17 18 »