Sir
I used a session value after login , this session value is session employee_id = 1 /* this id is administrator's id */
after employee login view all employee's list display as all data from fetch related db_table order by employee_id asc
a link for detail of employee onclick go for detail profile page where session employee_id=2 /* +1 increse the session employee_id */
php session
Moderator: General Moderators