I have employee table that contains some data, the mysql database:
- Davina
- Brisen
- Angela
- Marcos
- Michale
- Mandala
- etc
then one of the employees in accordance with the username login Him
eg:
username: Marcos,
after that login will display showing all employees
but the username: Marcos became the first sequence
then another employee username, so that the view on the web:
- Marcos
- Davina
- Brisen
- Michale
- etc
how to make it by using PHP and MySql???