Skip to content

Simple Database handling for PHP/*SQL (MySQL, MySQLi, PostgreSQL, SQLite) that can perform all basic operations: Create Database, Add Record, Edit Record, Delete Records, View all Records, Search the Database, Export the Database, Statistics, Empty the Database, Remove the Database.

License

ElfQrin/addressbook

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.

addressbook

Simple Database handling for PHP / *SQL (MySQL, MySQLi, PostgreSQL, SQLite) that can perform all basic operations: Create Database, Add Record, Edit Record, Delete Records, View all Records, Search the Database, Export the Database, Statistics, Empty the Database, Remove the Database.

Note that it's meant to provide the code to work with a database, not as a stand alone application. It doesn't handle users so that if you put it online as is, anybody will be able to add, edit, or delete entries (records). However it does support user permissions for all operations, so that it's not hard to make it work into an existing PHP website with user registration.

http://labs.geody.com/addressbook/

About

Simple Database handling for PHP/*SQL (MySQL, MySQLi, PostgreSQL, SQLite) that can perform all basic operations: Create Database, Add Record, Edit Record, Delete Records, View all Records, Search the Database, Export the Database, Statistics, Empty the Database, Remove the Database.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages