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

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

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 1 Guest 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