I made a database that uploads all user information when they login only with their username. It also uploads their id like this:
Using this id, I want to check who is currently logged in, and display only their info on a table. How do i do that?
I made a database that uploads all user information when they login only with their username. It also uploads their id like this:
Using this id, I want to check who is currently logged in, and display only their info on a table. How do i do that?