MySQL query to return users and categories MySQL query to return users and categories
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

MySQL query to return users and categories

Started by dquelhas, September 02, 2006, 07:44:00 PM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

dquelhas

Hello,

i was looking for the link between the users table, categories table and albuns table without success.
I want to make a query to return the usernames and their categories. Something like:

array(
    user1 => 10003,
    user2 => 10007,
    etc.
)

Can someone help me?

Thanks in advance,

Dinis

Nibbler


dquelhas