shounakgupte Posted November 24, 2007 Share Posted November 24, 2007 Hi. I am trying to build a website similar to ebay where you can upload information about the stuff you want to sell and buy. I need some help in developing the following 2 parts of code 1. Selling: The item you want to sell, needs a description and an amount along with some pics. The layout is as below. http://img261.imageshack.us/my.php?image=imgrh6.jpg How do I store this information in the database? 2. Catalog: All the information stored in the sell database needs to be displayed in the form of catalog where other users can buy it. The catalog should be displayed as follows Only one picture should be displayed per item along with the price and a button which says "Add to cart". The user can click on the picture for descrpition and other photos. I tried using oscommerce and zen cart, but they are just a template and have seen many sites implement it. What I am looking for is that my site should look different. And also my website is not just a shopping site. It will have a photo gallery, news and lots of other stuff. Any help is welcome. Thanks. Quote Link to comment https://forums.phpfreaks.com/topic/78631-solved-retrieve-catalog-data-from-database/ Share on other sites More sharing options...
shounakgupte Posted November 24, 2007 Author Share Posted November 24, 2007 I am able to store the information of the file in the database. The problem I am having is to retrieve the information from the database. The image should be a hyperlink and once the user clicks on it, the description for the item should be displayed. Quote Link to comment https://forums.phpfreaks.com/topic/78631-solved-retrieve-catalog-data-from-database/#findComment-397930 Share on other sites More sharing options...
fenway Posted November 24, 2007 Share Posted November 24, 2007 I'm not sure part of this is database related ... how you display the image and showing the description is php/html. Quote Link to comment https://forums.phpfreaks.com/topic/78631-solved-retrieve-catalog-data-from-database/#findComment-398186 Share on other sites More sharing options...
shounakgupte Posted November 25, 2007 Author Share Posted November 25, 2007 Dont worry guys.... i got it Thanks anyways Quote Link to comment https://forums.phpfreaks.com/topic/78631-solved-retrieve-catalog-data-from-database/#findComment-398463 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.