
I was getting a little confused, I edited my post 3 times in 30 seconds...
I used the same query that you wrote earler for my e-mail question, just changed it to :
| Code: |
SELECT u.id,row,col FROM mos_mls_seatmap_room_elements AS p INNER JOIN mos_users AS u ON u.id = p.userid
WHERE p.status='1' ORDER BY row,col;
|
It shows like this :
ID | Row | Col
293 | 1 | 9
393 | 1 | 11
369 | 1 | 12
368 | 1 | 13
139 | 1 | 14
417 | 1 | 16
etc....
I cant get the Username to show up, only ID, but thats why I think you have to get the username from mls_event_participants like you did with the e-mail query

Edit :
typo's<br><br>Post edited by: LeviataN, at: 2006/06/09 22:56