multiple users need to see some documents in SQL table, PHP
Is there a way to serve up data for a user based on their group assignment? I have two SQL tables. The first one has the user login information (username, password, groupID note: multiple users can belong to same GroupID). The second table has the data that needs to be shown (file name, date, groupID note: multiple files can be assigned to same GroupID). I need to be able to serve up the file name and date from the second group based on the groupID assigned in the first table. I know this should be simple, but for some reason I just can't wrap my head around it. My site is PHP. Thank you in advance for any help,
