if I make query to select only username and password and join with several other tables, should I better make a separate table that contain only password and username? Is it more efficient?
Yes thats what I recommend. I have always used this set up and its never let me down occasional I add a field for permissions (admin, normal, whatever).
Bookmarks