How to use Select Case in reading rows in a table in mySQL?
by not using the username of the user.
some codes please? thank you!...

If you don't use the username than you need something else to limit the results from the database query, like name and/or surname.

SELECT * FROM table WHERE name = 'john' AND surname = 'smith'

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.