php

Online Public Access Catalog

Submitted by divineninja on
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

Online Hotel Reservation System V 2.0

Submitted by argie on
In this code you will learn on how to create an online hotel reservation system using php. you will also learn on how to create an input validation using javascrpit. you will also lear on how to create online payment using paypal. this is the version 2.0 of my online reservation system version 1.0, to view the version 1.0 of this system click here. to see also the working demo of this system click

Creating Your Own Framework

Submitted by pinuno on
hi there! have you tried creating your own framework??? what is framework anyways? FRAMEWORK is an abstraction in which software providing generic functionality can be selectively changed by user code, thus providing application a more simplified code using lesser lines. I have made one in visual basic and it takes only 9 lines for a complete basic data entry facility that can add, edit, delete