I have a problem with my self-made search page.
There is 2 tables:
**name status**
Kevin 111 <-table1
Lucas 222
**id data**
111 student <-table2
222 pupil
So u need query that will give me table like that:
Kevin student
Lucas pupil
Thanks for help!
Try this