Home     PHP / Javascript / Ajax
PHP Script Codes

PHP Script Codes > database-tools

Jax db_tools Free

Rate: | Price: Free | Demo: | Views: 3531

PHP Script Codes > database-tools
A collection of tools for managing CSV- and MySQL- tables. Originally designed for the data sources used by Jax Scripts (Jax Guestbook, Jax Newsletter etc...) but also generally usable to convert CSV- and MySQL-tables. ... More

Simple CSV Upload Script Free

Rate: | Price: Free | Demo: | Views: 3500

PHP Script Codes > database-tools
This is a Simple CSV Upload script that makes use of the 'LOAD INFILE' Query of MySQL. This is a script which can upload CSV (Comma separated values) file to the database, provided that the the fields in the file match the fields of the dat ... More

phpSQLiteAdmin Free

Rate: | Price: Free | Demo: | Views: 3444

PHP Script Codes > database-tools
phpSQLiteAdmin is a Web interface for the administration of SQLite databases. Right now the following operations are supported: Create, drop and vacuum databases; Show database information (schema, tables, indexes, file metadata); Create, b ... More

EZ Query Free

Rate: | Price: Free | Demo: | Views: 3436

PHP Script Codes > database-tools
I use three class vars and five methods to connect, query, insert and update a MySql database. This cleans up your source code and decreases script development time. The focus was on displaying MySql data so I could take advantage of Dynami ... More

Metabase Free

Rate: | Price: Free | Demo: | Views: 3424

PHP Script Codes > database-tools
Metabase is a set of PHP classes that provides DBMS independent access and management of databases. Currently it features: Set of functions that call the selected DBMS driver objects functions; DBMS Drivers classes; A parser class for inter ... More

phpPuszAdmin Free

Rate: | Price: Free | Demo: | Views: 3313

PHP Script Codes > database-tools
phpPuszAdmin is a Web admin interface for PuszBaza similar to like phpMyAdmin or phpPgAdmin. Puszbaza is a flat database you can download on hostscripts. With phpPuszAmin you can create, delete table, add, delete adn rename columns, edit an ... More

PHP Code Generator Free

Rate: | Price: Free | Demo: | Views: 3244

PHP Script Codes > database-tools
This web application allows you to enter a few details about your MySql table, and it will then generate the source code required to add, edit, delete and search for records - Instantly! Includes support for field types, including drop-box ... More

myPageDisplay class Free

Rate: | Price: Free | Demo: | Views: 3244

PHP Script Codes > database-tools
This class can perform several tasks and you decide how much you want from it. In its complete form it can generate an interactable paginated columnar listing from a MySQL database.

If you want to use it in parts you can generate XHTML ... More

MYXXL Object Modeler Free

Rate: | Price: Free | Demo: | Views: 3241

PHP Script Codes > database-tools
MYXXL is a tool to model data structures (business models) on basis of objects and relations (similar to a PDM tool). MYXXL supports three roles, the "user", the "author" and the "business administrator". Featu ... More

PHP MySQL Web Interface Free

Rate: | Price: Free | Demo: | Views: 3233

PHP Script Codes > database-tools
Having written a ga-zillian scripts, to query dbs, decided it would be much simpler to call just one function multiple times, duh! :)

Then fulfilling business request after request - with web pages (PHP) calling the function - decided t ... More

FF (MySQL Emulator) Free

Rate: | Price: Free | Demo: | Views: 3216

PHP Script Codes > database-tools
Flat-file database management system written in PHP, using MySQL syntax. ... More

Flat File Database Manager Free

Rate: | Price: Free | Demo: | Views: 3144

PHP Script Codes > database-tools
Flat File Database Manager will allow you to manage (update/delete/add) records in your flatfile database. Features include user defined delimiter (usually pipe, colon, or comma), customizable presentation of different data types. Following ... More

Database Functions Free

Rate: | Price: Free | Demo: | Views: 3140

PHP Script Codes > database-tools
This class can be used to build and execute MySQL database queries.

It can build SELECT, INSERT, UPDATE and DELETE queries from lists of parameters and values.

The class can also execute the generated queries and retrieve the SELECT ... More

Convert Character set (convert charset) Free

Rate: | Price: Free | Demo: | Views: 3080

PHP Script Codes > database-tools
This is a PHP class that you can use to convert between utf-8, windows, iso, dos, ibm, mac charsets. It's very useful with databases, text procesing, especially when you have many people on different computers and different operating system ... More

MySQLDbSearch Free

Rate: | Price: Free | Demo: | Views: 3024

PHP Script Codes > database-tools
Search a database for a certain item, name, etc. and have it return what you searched for and a link that corresponds to that item or name that was searched for. Great for small databases and large databases alike. ... More