Jump to content

Inner join... or something


Chud37

Recommended Posts

Ayup.

 

Alright i have two tables:

 

Users:

ID, Username, Pass, AccessLevels

1    Bob            2323  1,2,3

 

Levels:

ID, Name, Info,                Page

1,  Edit,    The Edit Page, edit.php

 

Sorry for the bad indenting I cant tab on here can I.

 

Anyway, Originally the access levels were defined by 1,2,3,4, etc.  I knew this was a bad way of doing it, but i thought i'd come back to it later.  Well now is later.  So how can i make this efficient? I want each user to have different access levels, and all the access levels are stored in a seperate table.  There's gotta be a better way!

 

:D

 

~Chud37

Link to comment
https://forums.phpfreaks.com/topic/207737-inner-join-or-something/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.