Skip to main content
Inspiring
January 14, 2011
Question

I need to build a related items admin section

  • January 14, 2011
  • 1 reply
  • 306 views

Hi all, I have a need to build part of an admin section where I can take a product and state that it is related to other products, of which there could be more than one.

I have no idea of how to begin attacking this, so I'd appreciate some pointers if at all possible.

I've done some google searches, but can't find what I am looking for. Is there any examples of code etc that I could learn from that anybody knows of? Even if it's in a book, I'll go and buy the book.

Thanks.

Mat

This topic has been closed for replies.

1 reply

January 14, 2011

Matthew,

Without mentioning the server side language you're using it's unlikely that you will be directed to any resources or code samples.

Inspiring
January 14, 2011

Sorry, you're right!!! I was so eager to get down what I wanted to say that I forgot to mention that.

PHP and MySQL is what I am looking for.

Thanks.

Mat

Participating Frequently
January 14, 2011

Before even thinking about code, have you defined your data structures for this relationship? That's the first step.

If you have, then you need to describe the schema to us.