hi,
I have a project where a personalized user information has to be displayed either on the header.asp file based on the UserID.
I have setup the users table as following:
ID -primary key
FirstName
LastName
Login - this is my UserID
Password
Picture
Info - memo this is short info about user.
the project requires listing:
FirstName/LastName, picture and info at all times when user is logged in either in the header(?) or somewhere on the _list.asp or any other pages(like _add.asp, edit.asp.
Thank you