[eluser]prototype20[/eluser]
Hi everybody!
(sorry for my bad english

I have an interesting problem since days.
I have two tables: article, category
Article table:
id int(11)
title (varchar 128)
description (varchar 128)
text (text)
cat_id(int 11)
Category table:
id (int 11)
name (varchar 128)
I would like to connect this two table:
article.cat_id = category.id
This is from his greatest part properly till now, I cannot solve it in order for the
article.cat_id to receive the name of the
category.name however
I am amateur on space like this, so I would like this:
article.cat_id = category.id
query final result => category.name by id
Please help me, or send tutorial link.
Thanks!