Jump to content

MySQL - problem with ID's


EagerWolf

Recommended Posts

I've 2 databases...

 

First database (with articles):

  1:

    producer = 1

    model = some_text

    ...

  2:

    producer = 3

    model = some_text

    ...

 

Second database (producers)

1 = Toshiba

2 = HP

3 = Dell

 

 

I want to use second database when outputting...

 

Example (for first product):

Producer: Toshiba

...

 

So I want to write Toshiba instead of 1...

 

Please help!

 

Thanks

 

Link to comment
https://forums.phpfreaks.com/topic/52319-mysql-problem-with-ids/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.