HomebulletScriptsbulletTag: database (781 results)
  1. No Screenshot
    2501 total visits
    PHP DataGrid can be used to display a 2-dimensions array of data as a grid. Bi-dimensional arrays are traversed and the data is displayed in an HTML table. The columns names in the table header row are configurable. The listing may be sorted when the user clicks on the header row cells. Custom columns may be added at the start ...
  2. No Screenshot
    1795 total visits
    The common connection and database access functionality is provided by a base class with postgreSQL.Key Features of postgreSQL:- Establish connections- Execute SQL queries- Traverse and retrieve query results- Manage transactions- Access sequences- Execute SELECT, INSERT, UPDATE and DELETE statements using values passed programmatically.Requirements: PHP 5.0 or higher
  3. No Screenshot
    1870 total visits
    PHP bans and trap can list, add, update and delete records of a MySQL database table with information about banned IP addresses. Forms that allow creating or updating records of banned IP addresses can be generated.PHP bans and trap can also look up the database to check whether a given IP or host address are banned. The class can issue ...
  4. No Screenshot
    1779 total visits
    Database servers down alarm can check one or more database servers by connecting to them to see if they are up or down.Database servers down alarm can send an alert e-mail or SMS message to the systems administrators when a database server is down. When the database server is up, another alert message is sent.MySQL, Mini-SQL, Microsoft SQL Server, IBM ...
  5. No Screenshot
    1551 total visits
    There is a base class that provides abstract range calculation based on the number of page and number of result rows per page to retrieve. The iterator interface is also implemented to traverse query result rows. Limit Result Set Iterator also comes with an implementation class to execute and retrieve result set rows from MySQL databases. Requirements:PHP 5.0 or higher
  6. No Screenshot
    1943 total visits
    SQL Parse Convert to Tree Array takes a given SQL query and parse it to extract the structure or queries and sub-queries. The resulting structure is returned as an array. SELECT, INSERT, UPDATE and DELETE queries are currently supported. Requirements: PHP 4.4 or higher
  7. No Screenshot
    1404 total visits
    A primary class handles the basic functionality like connecting to the MySQL database, executing queries, retrieving results and managing transactions. A sub-class can insert, update, delete and retrieve database records given parameters that define tables, fields, field values and conditions. Requirements: PHP 3.0 or higher
  8. No Screenshot
    1789 total visits
    Images can be read from files and stored in a MySQL database and vice-versa with Easy Image DB Management. The main class can also convert images between GIF, JPEG and PNG formats, as well resize the images to create thumbnails. Requirements: PHP 3 or higher
  9. No Screenshot
    1793 total visits
    backup & restore database can generate a backup file that contain SQL statements to create all the database tables and insert its table record data. Previously generated SQL backup files can be read and executed to restore the database tables and records. Requirements: PHP 5.0 or higher
  10. No Screenshot
    2137 total visits
    Dba Wrapper can perform multiple operations and optimize a flat file database file. Key Features of Dba Wrapper:- Open a given flat file database- Insert a new record with a given key- Get a record with a given key- Replace the value of a record with a given key- Delete the record with a given key Requirements: PHP 4.0 or ...
  11. No Screenshot
    1980 total visits
    MpQuery can parse a query string to locate % marks that define where parameter values should be inserted. The script uses the printf function format parameter syntax, so the characters following the % marks define the types of the parameters. The MpQuery can also be executed by replacing the marks and properly escaping the query parameter values, depending on their ...
  12. No Screenshot
    1988 total visits
    All tables and text fields are retrieved from a MySQL database with Search DB. The script can execute SQL queries that search for records in all tables and all their text fields that contain the given word in their values. Search DB displays the value of the first table field of all records that were found as result of the ...
  13. No Screenshot
    1829 total visits
    Ultimate DB Access Wrapper can create table indexes. Key Features of Ultimate DB Access Wrapper:- Establish database connections- Validate SQL queries- Execute SQL queries and fetch result rows into arrays or objects- Build SQL queries from lists of parameters- Manage transactions- Display query results in HTML tables made of DIV tags Requirements: PHP 4 or higher
  14. No Screenshot
    1976 total visits
    Convert MySQL tables to PHP class retrieves the list of tables and information about their fields from a specified MySQL database. It can generate code for classes that can be used to access the respective MySQL table records as if they were objects. The generated classes can have getter and setter functions for each table field, functions to insert or ...
  15. No Screenshot
    1813 total visits
    PHP Scaffolder generates a PHP script that can be used to insert, list, update and delete records in a given MySQL table. Separate classes are used by the script to generate and validate forms, as well as display table records in paginated listings. Requirements: PHP 4 or higher
Pages 15 of 53« 11 12 13 14 15 16 17 18 19 »