Jump to content

Need help for making a catalog

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
3 replies to this topic

#1
blink41

blink41

    Newbie

  • Members
  • PipPip
  • 11 posts
Hey all !

I'm currently doing my training period, and the company I'm working in is aking me to make an online catalog of their products.

Basically, here is what they want :
- They have a MySQL database with a table containing the products, another containing some informations of one specific element of the products.
- They want the catalog to be accessible only to registered members, and the catalog must be different for some members (they got products that look alike some other products, and they want these specific products to be accessible only to people that don't have a similar product in their catalog.

I'm looking for some kind of examples, something to start with, since I'm not a god at programming. Sorry if it's bad explained, it was pretty hard for me to understand what they wanted, so...

Thanks in advance !

#2
adm

adm

    Newbie

  • Members
  • Pip
  • 3 posts
if u dont know nothing, u cant make that project.it will be hard for u.
your phases.
databases
category table
product table
users table
programme area
if some products are private for some customers
u should open a field in your database as user_style 1,2,3
and it will be in products table too.
then u will control it
if (user_style=1) show 1 user style products...

#3
blink41

blink41

    Newbie

  • Members
  • PipPip
  • 11 posts
Thanks for your answer adm, I've been thinking about it today, and your answer is similar to what I wanted to do.
Thanks again !

#4
adm

adm

    Newbie

  • Members
  • Pip
  • 3 posts
start.
write your phases then people show a way for u.