I wanna ask some question to all master here, i have 1 table tuser with field id,username,password,name,and status.
I am doing this query
select * from tuser where status = 'on' order by nama asc
and I list the array who has 'on' at page and works.
In this case I want to list the user but not list him/her self.
In example : john and ray, when john and ray login, john see the himself to at list and I dont want john has appears.