Im really greatful for your replies, but i still cant get it to work.
I will try to post the orginale database tables and write what i need again.
I have products_cat_id and products_cat_label in the database table products_cat.
And i have products_type in the database table products.
So what i want with these is to get products_type be equal to products_cat_id so products_type can go in and read the products_cat_label.
Exampel:
products table:
products_type = 2
products table:
products_cat_id = 2
products_cat_label = Gloves
Then i want products_type to show Gloves insted of 2 when i echo it in for exampel:
<?php echo $products_type; ?>
Long description, but i still really hope someone can help.