QUESTION: Start value ranks

Is it possible to classify users by ranges (Example: 'User' - 'Admin' - 'Manager') with a start value?

please give more description of your question? what start value?

I don't know very well how the 'start value' works but what I want, so to speak, is that from a login I can extract the 'rank' variable and depending on the rank more or less screens are enabled, I hope you understand

where are your users data stored at?
when user login, you will get his/her data from database, including the rank. then use if ... else.... to guide him to the right page.

from mysql, will this be possible?

yes possible, only if you have stored the rank of the user.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.