Simple Request... Yet Seems Difficult
I've been struggling for months now in trying to basically excluse the pieces of code that do the following on a non-vb page:
a) Keeps the user logged in (so it can say Welcome Whoever)
b) Gets all of the user table information (so I can check if they are a certain usergroup id)
Thats all I want... and I cant find any way of doing this without including global, which runs tons of un-neccessary queries. Can anyone help me out here? I want to be efficient, I tried just doing global.php but now there are so many queries being run my host is starting to complain lol.
|