-
This is a PHP script to update a database's schema with commands read from external files.The script parses a config files from a given directory and runs all the SQL commands found in them. The database configuration parameters and the path of the directory where SQL command files are located are read from XML filesRequirements:- PHP 5.0 or Higher
-
This is a PHP script that returns database query results inside an HTML table. Currently it supports MySQL only, but can easily be modified for other data sources and even for PHP 4 (PHP 5 is supported by default).Option names are not case sensitive.Some option names have aliases/shortcuts, as noted below.Some options accept a comma-separated list of fields (HideFields, AlignRight, ...
-
This script can access records ang manage MySQL database tables. It can connect to MySQL database, execute queries, retrieve results into arrays or objects and execute SELECT, INSERT, UPDATE and DELETE queries from parameters.The script can also perform table management operations like creating, dropping, truncating, renaming and listing tables.Requirements:- PHP 4.0 or Higher
-
Count and online script can be inplement to count how many your website has been loaded and how many people are online. It records the data with any specific time interval. It can also to find out how many clicks or average online were there in a specific period of time. Together with the function to analyse the records. The ...
-
This script can execute MySQL databases queries using arrays. It can connect to a MySQL database and execute SELECT queries retrieving the results as associative arrays.The script can also excecute INSERT or UPDATE queries taking arrays of field values. It can also execute DELETE queries.Requirements:- PHP 3.0 or Higher
-
Gammu SMS is a PHP script can send SMS messages using Gammu MySQL storage. It can send message to one or more recipients using the Gammu MySQL database.The script creat records for the new messages in MySQL databases with the outbox of Gammu. It can send also long messages by splitting them in multiple partsRequirements:- PHP 5.0 or Higher
-
This script can execute MySQl queries build from parameters. It can establish connections to MySQL database servers using configuration loaded using a separate auxiliary script.The MySQL script can execute INSERT, UPDATE, DELETE, SELECT queries and stored procedure calls from parameters that define tables, fields, field values and conditions.Requriements:- PHP 4.0 or Higher
-
Auto form is a PHP script that can be used to generate HTML forms to manipulate MySQL table records.It can take a list of MySQL table fields and generate HTML for forms to select, insert, update, delete table records.The script can also perform given validations of specified fields and invoke given callback functions on certain form processing events.Requirements:- PHP 5.0 ...
-
This script can generate custom contact forms to edit MySQL table records.It can compose and output a HTML form by adding input of all basic input types like submit, text, password, hidden, textarea, select, radio, checkbox and file. It can also mark certain inputs as required.The script can also add radio and select inputs on which the options are taken ...
-
A MySQL query runned by this script , and it generates HTML for a form selected input options from the query results.The user can configure the MySQL database table, fields, conditions and order clause of the query to be solved.Requirements:- PHP 3.0 or Higher
-
PHP MySQL databaser is a PHP script that can access and manipulate MySQL databases. Using PHP MySQL databaser can support connecting to a given MySQL database, running queries, executing INSERT queries from the given parameters, retrieving the list of tables, creating and dropping table. Requirements:- PHP 3.0 or Higher
-
SQLWrapper is a MySQL database access wrapper.This PHP script can be used and integrated into applications using MySQL as a storage environment.Some key features of SQLWrapper:- Establish connections to a given MySQL database host- Execute arbitrary queries- Retrieve a single row or all rows into arrays- Retrieve the last insert identifier column valueRequirements:- PHP 5.0 or Higher
-
This is a PHP & MySQL tool to track worked hours on client projects. After installation (via a graphic two-step installer), add clients, assign projects to them and start tracking worked hours on each one of them. Data is kept in a MySQL database.The application can be used to track the time worked on various projects by web-developers, freelancers, copywriters ...
-
This PHP Script can be used to register and manage user accounts in MySQL records.There is one script that can create the necessary MySQL tables and records to store user records starting with the administrator account. Another script can perform several types of operations to manipulate the user accounts like displaying and processing forms to register new users, login and ...
-
PHP MySQLDump Browser allows users/system admins to browse through MySQL Database Backups (Dump Files). Users can view and extract individual table structures and or data from MySQL database dumps. Use this PHP script to avoid restoring entire backups to recover individual tables. Database dumps complied by mysqldump and phpMyAdmin are compatible with this tool.Instruction:- Place the script on your webserver ...















