Free Online Public Access Catalog (OPAC) Using PHP MySQLi Source Code

This is a changed version of Free Online Public Access Catalog Source code. The code is completely different from the previous one. I created this as a result of I found tons of downside within the previous version.
I am using Twitter Bootstrap and MySQLi Database in this version. To successfully run the source code, follow the instructions below:
  1. Download the source code here. updatedopac
  2. Extract the file and put it inside the root folder
  3. Download also the database here. librarydb
  4. after you download the database, Open PHPMyAdmin in your browser
  5. create a database and name it as “librarydb”
  6. Import the downloaded database file
  7. finally, run the program

TAG