Ryan’s Blog » 2008 » January » 06

January 6, 2008

PHP Personal Book-Library Database V0.6

Unfortunately on Wednesday I had to go to hospital and Thursday I made Mom a new site (heartinhand.ryangannon.com) but yesterday I started back to work on this project and I’ve gotten a lot closer to finished thanks to a couple of tutorials I found. (Keep up-to-date and get more info here http://blog.ryangannon.com/category/php-personal-book-library-database/)

This version:

Installs
Adds books
Deletes books
Searches
and orders the search results (e.g. by ISBN, Author, etc.)
User Accounts
you have to be an admin to edit/add books

I hope to have a full version and some screenshots tomorrow. Read “Install and Credits.txt” for full installation info.

Download it here: http://ryangannon.com/downloads/PHP_Library.rar

The user system is based on the tutorials by jpmaster77 on evolt.org “PHP Login Script with Remember Me Feature” (http://evolt.org/php_login_script_with_remember_me_feature) and “PHP Login System with Admin Features” (http://www.evolt.org/PHP-Login-System-with-Admin-Features).