Copy link to clipboard
Copied
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
Copy link to clipboard
Copied
Matthew,
Without mentioning the server side language you're using it's unlikely that you will be directed to any resources or code samples.
Copy link to clipboard
Copied
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
Copy link to clipboard
Copied
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.