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
    2167 total visits
    Har DB Classes provides two classes that implement the same database abstraction interface for accessing either Microsoft Access databases and other databases via ODBC.Har DB Classes for accessing Microsoft Access databases uses Window COM ADODB objects to access any Access database just by specifying the file name of the .mdb file.The functions of these classes of the same way as ...
  2. No Screenshot
    1795 total visits
    Charts in php can generate bar charts from data retrieved from a MySQL database. It can execute a given MySQL query and draw bars using legends and values returned in the query results.
  3. No Screenshot
    2169 total visits
    AutoformBQ means "automatic form By Query". It is a package to dynamically generate forms to edit or insert records into a MySQL database table.After you have successfully executed MySql query, autoformBQ processes the result set metadata and determines the columns and tables to create the form to edit an existing record or to insert the data for a new record.There ...
  4. No Screenshot
    1225 total visits
    Access Data Object is meant to provide an API that abstracts the access to SQL based databases.It is intended to let applications work with different types of databases only with minimal changes in the application code, just changing the name of the class that corresponds to the type of database that you want to access.Access Data Object provides several classes ...
  5. No Screenshot
    1973 total visits
    AbstractDB abstracts the access to SQL databases. It can be extended via driver classes.It encapsulates all of the basic functions required by most developers without the complexity of other abstraction packages.Currently AbstractDB is distributed with only a driver for MySQL.
  6. No Screenshot
    2158 total visits
    With jMySQLXML you can generate an XML file from any SELECT query in MySQL. You can also insert the resulting XML into a specified table.This class uses the EZXML package.
  7. No Screenshot
    1722 total visits
    PHP Search can perform basic searches in MySQL tables. It can take parameters that define the tables and fields to be searched and retrieved and the fields that define the results sorting order.PHP Search returns the search results in the form of an HTML table or a text displaying a message when the search query did not return any results.
  8. No Screenshot
    2055 total visits
    mydna class is a simple MySQL database access wrapper class.It can establish database connections, execute queries and returning all the results in bidimensional array.
  9. No Screenshot
    1466 total visits
    mysearch class allows you to search MySQL with many options like: Search All Databases, or just one Database, a set the Tables to search or search all tables, etc..
  10. No Screenshot
    1864 total visits
    PHP MySQL Error reporting is a simple class that can be used to process errors that occur during an access to a MySQL database.PHP MySQL Error reporting can establish a MySQL database server connection using given database connection parameters. It also provides means to process any errors of execution of failed MySQL database access operations that use the connection established ...
  11. No Screenshot
    1628 total visits
    better_field_search class is a generalized, flexible class to search a MySQL DB.Features of better_field_search:- You can specify fields to search or display in results.- Allows multiple search terms.- Has a sample form to implement the class.- Easy to implement.- Recently added ability to format results independant of class, modify and/or or search, and search multiple tables (via joins).
  12. No Screenshot
    2150 total visits
    baaGrid is a versatile data grid class that is meant to present database query results. Also produces cross-tabs (pivot tables).baaGrid supports displaying totals, subtotals, definining row and column styles and conditional cell highlighting. It supports querying databases like MySQL, PostgreSQL and others via ODBC.
  13. No Screenshot
    1575 total visits
    CGrid class creates an array with titles of columns.Properties:- table // Instance of recordset- titles // Array with titles of columns- colsSize // Size of each colum- colsOrder // Name of fields to ORDER BY SQL- titlesBgColor // BgColor of Titles- titlesOnColor // BgColor of selected title- titlesOffColor // BgColor of non selected- listColor // Color of content- overRow // ...
  14. No Screenshot
    2151 total visits
    Simple SQL classprovides functions to retrieve single fields or rows of a table, insert rows given arrays of column names and values, update single fields of a given table row, delete given table rows and many other common needs.ADVANTAGES:- This PHP class file will eliminate nearly all code from the built in std mysql PHP functions.- Speed, it will dramatically ...
  15. No Screenshot
    1464 total visits
    Mysql Locker can safely manage the locking and unlocking of MySQL tables. The table locks are created when an object of the class is created, and are automatically released when the object is destroyed.The table unlocking occurs when the object is no longer referenced, or when it goes out of scope. The latter also occurs when a PHP script dies ...
Pages 58 of 63« 54 55 56 57 58 59 60 61 62 »