|
|
||||||
|
||||||
| Index Link To US Private Messages Archive FAQ RSS | ||||||
| Graphics & Design Discussion Forum Post your graphics design questions/comments/ideas in here. Ask questions, post tutorials, discuss trends and best practices. Sub-forum for website accessibility and usability. |
Share Thread: & Tags
|
||||
|
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
I'm working on a new site that will be a catalog of used sports equipment.
Looking to let the user browse either by state or type of equipment (i.e. bowling) Suggestions on the most efficient way to set this up appreciated. Thanks
__________________
Rick - Professional pool table felt and billiard supplies. The Pool Table Felt Pros |
|
|||
|
Quote:
If there is a better place to post this thread please let me know.
__________________
Rick - Professional pool table felt and billiard supplies. The Pool Table Felt Pros |
|
|||
|
Quote:
I would like to give the user the option to view all games in list format or view games by state. Was thinking some type of database but I'm not familiar with how a database is incorporated into a website. If you have a reference where I could research this it would be appreciated.
__________________
Rick - Professional pool table felt and billiard supplies. The Pool Table Felt Pros |
|
||||
|
Database for sure. MySQL is a good place to start. W3Schools is a good place to start learning MySQL. You will also need a server side programming language and for that I would suggest PHP. Both are covered here: PHP MySQL Introduction
|
|
|||
|
Many things run off databases that you might not realize. This very discussion forum runs off a database. Most content management systems run off databases. Blogs run off databases. It's a way to store data in a structured way, and maintain relationships between different types of data, while eliminating redundancy. You may not know all the details on how to manage or run one, but you definitely should know a little about what they are used for.
If I could explain in a few words....here is an example, ==================== Database Name = SportsShopLtd Tables in Database = user, cart, order, product, category Each table contains fields/columns...The table called "user" contains several fields = user_id, user_name, user_email, user_password, etc... Every new user that signs up, gets their details stored in the database "user" table. The same user logs in and adds 5 items to the shopping cart, and those get stored in the database also...these items are matched thanks to user_id which not only exists in the user table, but is also located inside the cart table. This is how we create relationships - using Primary Key (PK) and Foriegn Key (FK). When the user places an order on these items, the order table gets populated with details of the order, along with the user_id that identifies who placed the order. User leaves site... When the user comes back to the site 1 month later, we can show them their past orders because we stored all that data in the database. ====================== Does this help?
__________________
http://nickyoung.ky |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| CSS and DIVs- Design question | spenland | Graphics & Design Discussion Forum | 36 | 06-04-2006 06:08 PM |
| Question about print design | mgriffin | Graphics & Design Discussion Forum | 2 | 11-01-2004 01:34 PM |
| design question | scticket | Graphics & Design Discussion Forum | 4 | 04-14-2004 09:58 AM |
| Design Tools Question | pimil | Graphics & Design Discussion Forum | 9 | 02-23-2004 08:05 PM |
| web design industry question | musgrrl | Internet Industry | 10 | 02-13-2004 12:54 AM |
|
WebProWorld |
Advertise |
Contact Us |
About |
Forum Rules |
MVP's |
Archive |
Newsletter Archive |
Top |
WebProNews
WebProWorld is an iEntry, Inc. ® site - © 2009 All Rights Reserved Privacy Policy and Legal iEntry, Inc. 2549 Richmond Rd. Lexington KY, 40509 |