Posts: 1,832
Location: Somewhere else entirely
|
A database is just a bunch of data - in the case of products for sale this will be an ID number, a description, a price, and possibly a filename of an image. To get the eBay look, you have a script or program that looks in the database and builds a webpage with the right images and price info, and sends it along to the browser. That's the shopping cart script Chris is talking about. Most of them will set up the database nuts and bolts for you, you just need to fill in the items you want to store.
__________________
UPDATE 0beron SET talkupation = talkupation + lots WHERE post = 'helpful';
Please login or register to view this content. Registration is FREE (aka MSN handwriting for forums)
|