I will explain my condition first So i have 2 tables, one is table tb_form, second is tb_pendaftaran
tb_form tb_pendaftaran id_form id_pendaftaran judul id_form value value
then i want to show all judul from tb_form, and get the value from tb_pendaftaran.
In case 1 : tb_form have 5 id_form, and all the id_form is in tb_pendaftaran too. it works fine, all the record showed up
In case 2 : but the problem now is that when tb_form have 5 id_form, and tb_pendaftaran only have 3 of the ids, the result only show 3 records not five. I wanted to show all the five judul based on table one, and if it doesnt have value from tb_pendaftaran, then the value should show nothing
*sorry for my poor english
Thankyou, and help is apreciated