Relative Content

Tag Archive for phphtmlcssmysql

How do i create sessions on my website for admin and users?

I am making a website and I need to make sessions for admin and for the user. I have a Sign In button that needs to be changed depending on who is connecting. If a user is connecting, I want the button to be transformed into Sign Out User, and if the admin is logged, i want to be a dropdown with Dashboard and Sign Out. I already have that functionalities.