hi everyone
I have one user table where userid store and another booking table where i store userid like(3,4,5,8)th is for only some user who have access to show booing records.
if userid is '5' how i fetch only those record which match on booking table(userid).
please help me.
I have one user table where userid store and another booking table where i store userid like(3,4,5,8)th is for only some user who have access to show booing records.
if userid is '5' how i fetch only those record which match on booking table(userid).
please help me.
Comment