News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

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