From 476575317889c56a186242e4d7215a4167e2afb7 Mon Sep 17 00:00:00 2001 From: ElfQrin Date: Wed, 2 Oct 2019 14:51:32 +0200 Subject: [PATCH] Update README.md Added URL --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 66ab9b9..a31d8c1 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # 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. +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. +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/