WeberDev.com PHP and MySQL Code

LOG IN
BEGINNER GUIDES  |  PHP CLASSES  |  CODE SEARCH  |  ARTICLES SEARCH  |  PHP FORUMS  |  PHP MANUAL  |  PHP FUNCTIONS LIST  |  WEB SITE TEMPLATES
Start typing to search for PHP and MySQL Code Snippets and Articles Search
Submit a code Example / Snippet Submit Your Code
Search Engine Optimization Monitor SEO Monitor
Web Site UpTime Monitor UpTime Monitor
WeberDev's Monthly code contest PHP Code Contest
Your Personal Examples List My Favorite Examples
Your Personal Articles List My Favorite Articles
Edit Account Info Update Your Profile
PHP Code Search
Web Development Forums
Learn MySQL Playing Trivia
PHPBB2 Templates
Web Development Index
PHP Web Logs (BLogs)
Web Development Resources
Web Development Content
PHPClasses
PHP Editor
PHP Jobs
Vision.To Design
Ajax Tutorials
PHP Programming Help
PHP/MySQL Programming
Webmaster Resources
Webmaster Forum
XML meta language
website builder
Submit Site
Forex Trading Online forex trading platform

Go Back Add a Comment Send this example to a friend Add this Article to your personal favoritest for easy future access to your favorite Code Examples and Articles. Submit a code example Print this code example.
BACK ADD A COMMENT SEND TO A FRIEND ADD TO MY FAVORITES ADD CODE EXAMPLES PRINT
Title : Shopping Basket On-Line Ordering System.
Categories : Complete Programs, MySQL, PHP, Ecommerce, Databases Update Picture
Steve Lawrence
Date : Apr 23rd 1998
Grade : 3 of 5 (graded 15 times)
Viewed : 36240
File : No file for this code example.
Images : No Images for this code example.
Search : More code by Steve Lawrence
Action : Grade This Code Example
Tools : My Examples List

  Submit your own code examples 
 

This shopping basket is a "Starter" system intended to help you get a little
jump start on your own shopping catalog. This uses MySQL as the database
server, and is written in PHP3. It works best with Apache/PHP3 module.

An understanding of PHP3 will be required, as well as the ability to configure
MySQL databases. The catalog is set up with a Mall metaphore in mind, to allow
one customer account to place orders on more than one merchant site without
having to re-enter personal data.

This software is still in beta development stage, and is copywrite Eyekon. The
code may be used free of charge in your project while in beta form, but this
may change in future releases. If you do decide to use this code, it is hoped
that you will contribute back to the project for others to share as well.

You may download the code by visiting the following url:
http://www.eyekon.com/easyshop

You may view these sites which are currently using this code:
http://www.naughtybydesign.com/
http://www.wine-master.com/winesource/




phpAds, a complete banner and ad management system with detailled tracking and stats.
Categories : MySQL, Complete Programs, Ecommerce, PHP, Databases
This program allows you to upload an ODBC ressource - i.e. an MS-Access database to a MySQL server.
Categories : Databases, MySQL, Complete Programs, PHP, Databases
bookmarker - PHP, PHPLIB, MySQL WWW based bookmark manager
Categories : MySQL, PHP, MySQL, Complete Programs, Databases
Tropicalm Genetree Family (MySQL based family tree)
Categories : PHP, Interfaces, Databases, MySQL, Complete Programs
Accepts a database & hostname from a user and then HTTP username and password. Uses this to connect to a MySQL database. Produces a form based on the tables it finds there to allow the user to do SELECTs, INSERTs, and DELETEs.
Categories : Databases, PHP, MySQL, Complete Programs
Point and Click Interface ala MS Access for creating SQL statements.
Categories : MySQL, Complete Programs, General SQL, PHP, Databases
Browse a MySQL database & draw a tree view & load final items into a template page.
Categories : MySQL, Complete Programs, Algorithms, PHP, Databases
Simple Mini Poll class library (SimPoll)
Categories : PHP, PHP Classes, Databases, MySQL, Complete Programs
free, search engine, indexing, system, information, web, ftp, http, free, software, cgi, php, MySQL, database, php3, FreeBSD, Linux, Unix, UdmSearch
Categories : MySQL, Complete Programs, PHP, Databases, Search
Example voting script. Lets people enter suggestions and vote for existing ones.
Categories : MySQL, PHP, Cookies, Complete Programs, Databases
This is a redirection program which is as good as the come.to v3 url redirection, complete with admin interface all clients stored in mysql
Categories : PHP, MySQL, Ecommerce, HTML and PHP, Complete Programs
complete, simple, working example of a login screen/system using php functions, cookies, and a mysql database for begginers.
Categories : Authentication, Complete Programs, PHP, MySQL, Databases
Shopping Cart e-Commerce Solution
Categories : Complete Programs, PHP, MySQL, Databases
AITSH Download
Categories : PHP, Complete Programs, MySQL, Databases
BBS system for easy customization. Utilizes mySQL.
Categories : Complete Programs, MySQL, PHP, Databases
 Martin Anderson wrote : 16
The packaged eazyshop seems incomplete and doesn't work. I wrote to the makers and got no reply. 
Not a very good product.

No such thing as a free lunch I guess
 
 Paul Simpson wrote : 17
I had the same feeling as Andrew..
there appears to be files missing from the zip file..
and even the sample wont work when the correct 
database is set up!
 
 Sarah Shannon wrote : 24
I found he had really, bad spelling and loads and loads of typo's, and very bad syntax.

Anyway I end up deleting it all. waste of time.

 
 Kim Schrijvers wrote : 38
my grade: 25%
This example looks promising at first, but once you get 
into the code it turns out that not too much is working, 
and it actually is a pretty lousy e-commerce system.
You're probably better of digging into e-commerce 
yourself, building a new system.
 
 Fred Horman wrote :631
It`s a shame that everyone jumped to the same conclusion, without putting any effort into the sample. Yes your right as it stands it won`t work; it is incomplete. The missing graphics aren`t important, but the missing ADMIN section is really a bummer. The lack of sample data for the database tables also sucks. But with a little effort it can be made to work, well at least 90% of it. The code may not be the best, but the effort involved shows promise. I do hope it has been improved since it was created in 1998.

From what I`ve seen it doe’s work. A shopper connects to the server, is assigned a SessionID and adds items to their cart. When the shopper goes to checkout the system checks to see if it is a returning shopper or a new one. A returning shopper is prompted to login, a NEW shopper is prompted to create a new account. 

When the shopper checks out his/her total items are added to a complete table. And the system creates a email verification that is sent to the shopper, at the same time an email is sent to merchant to notify them of a sale. This is necessary because credit card information can not be emailed. The merchant must login on a secure site HTTPS to view any orders (bummer the missing ADMIN section).

Overall it`s not a great or a bad system. It is a very good start for anyone interested in understanding the code involved in a shopping cart system.

As for the previous sample, who cares you see working systems anywhere. The whole point here is to see the code invloved!