HomebulletScriptsbulletTag: database (781 results)
  1. 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 ...
  2. 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
  3. No Screenshot
    545 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 ...
  4. 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 ...
  5. 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- ...
  6. 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 ...
  7. 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
  8. No Screenshot
    351 total visits
    PHPillow is an object orientated wrapper for CouchDB. Apache CouchDB is a distributed, fault-tolerant and schema-free document-oriented database accessible via a RESTful HTTP/JSON API. Among other features, it provides robust, incremental replication with bi-directional conflict detection and resolution, and is queryable and indexable using a table-oriented view engine with JavaScript acting as the default view definition language.Requirements:- CouchDB with a ...
  9. No Screenshot
    345 total visits
    Database-Connection script is designed to manage a database connection away from implementation problems linked to PDO present or not. It also provides security functionnality related to sql injections and xss holes. It provides a single interface to access MySQL using the regular mysql extension, or the MySQL, or any database supported by the PDO extension. This PHP script can do ...
  10. PHP & Ajax Login Any Database
    3429 total visits
    PHP Login (Any Database) is a free software tool written in PHP, Javascript and Ajax intended to provide the users a completely automated web based LOGIN script. It supports automatic installation and caters to the basic needs of the user during login and registration like remember me, forgot/change password, capcha and so on. It provides users the option to integrate ...
  11. No Screenshot
    233 total visits
    zregistry can create a SQLite database file for storing values associated to a name key, it can also be used to register name and value pairs in a SQLite database. This PHP script can fetch the value of a stored key or also delete the key from the database's registry.Requirements:- PHP 5.2 or higher
  12. No Screenshot
    269 total visits
    How to Connect MySQL with PHP is a very simple MySQL database access wrapper. Opening a connection to MySQL database from PHP is easy. It can be done with the “mysql_connect” PHP function which helps us establish a database connection, execute SQL queries and disconnects after retrieving results.Requirements:- PHP 3.0 or higher
  13. No Screenshot
    291 total visits
    This PHP script SQL class alfars is designed to implement a very simple MySQL database access wrapper. A connection was established to a given MySQL server with this script, and then select the database to access, execute queries, return the results and safely close the connection.Requirements:- PHP 5.0 or higher
  14. No Screenshot
    220 total visits
    oLinker is a static PHP script to link objects to a MySQL database. The script assign values to $data and $data2, and their values will still be available even after a refresh.
  15. No Screenshot
    298 total visits
    MySQL DB Handler can be used to establish a connection to a MySQL server and execute MySQL database queries. This script executes queries like INSERT, SELECT, UPDATE and DELETE. It can log the database access errors to a file. Requirements:- PHP 5.0 or higher
Pages 6 of 53« 2 3 4 5 6 7 8 9 10 »