php

How to Build Shopping Cart w/ Checkout in PHP

Submitted by admin on
I just rewrite the code included in this post to fix minor problem encounter by other PHP programmers who can’t run the shopping cart. The code is taken from this link: http://www.qualitycodes.com/tutorial.php?articleid=25&title=Tutorial-Building-a-shopping-cart-in-PHP. As you may have noticed, a lot of programmers are screaming for help on how to fix some bugs on this tutorial. Since I cannot

Online Ordering System

Submitted by argie on
In this program you will know on how to create a complete online ordering system with online payment using PayPal.The system also you will learn on how to validate forms using javascript and how to embed Google map. Hope this code will help you. database name:mammamar_marias admin password:simplyblob admin username:admin

Synapse Hospital System 1.0

Submitted by ariel on
Synapse Hospital System Since i received a lot of complains how to install this software i came up to make a new package that can be downloaded easily. This is a complete package of Synapse Hospital system all you need is included to zip file such as sql etc. you can use your own phpmyadmin as a database pls refer to README.txt for installtion instruction the homepage of this system is : http:/

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