-
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 ...
-
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 ...
-
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 ...
-
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
-
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 ...
-
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
-
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- ...
-
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 ...
-
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
-
XLS Export is a free PHP script created to export MySQL query results to an Excel XLS file, It first performs a MySQL SELECT query, then takes the result and generates an Excel XLS file from it. Excel file is created using the PEAR spreadsheet Excel Writer Package.
-
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 ...
-
Benson Bank CMS is a free cash management system written in PHP, based on MySQL. Two kinds of language are available for this PHP script now, English and Chinese, Moreover, it is easy to switch between English and Chinese versions.Features of Benson Bank CMS:- Easy to do bookkeeping: Designed for the dummies, while it is professional in the background- Easy ...
-
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
-
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
-
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.








