You are on page 1of 2

Online Public Access Catalog

PHP
Visitors have accessed this post 22819 times.
Tweet

A simple PHP program that can create(back-end) and search(front-end) learning resources. it
uses jQuery-ajax and basic php script.
admin usename : admin
admin password : admin123
Database Connection
host : localhost
username : admin_opac
password : admin_opac
Guidelines :
1. create privilege in phpmyadmin. (username and password listed above)
2. sql is located in /sql/admin_opac.sql
3. or change the config/config.php if you don't know how to create privilege. change
username -> '', password -> 'root' and host -> localhost.
Features :

Front-end ->

ajax Search

quick search (ajax)

back-end ->

Manage Learning Resources

add Learning resources

reports

manage site

hope this helps. cheers. ^_^

You might also like