50/50.. I kinda put a bunch of resources together and found that the easiest way was to create a table called tbAdmin and simply have three fields, ID, username and password.
Still, permissions and authorisation would take forever to setup like this.. For example, choosing which content the logged in users see..
So I guess I need guidance on an easier and more efficient way of setting up a simple login system.. Any idea's?