[eluser]Unknown[/eluser]
I have two table, Table1 and Table2. In Table1 the fields are id, name. In table2 the fields are id, like and name_id. The name_id in table2 is linked to id of table1. I used left join to combine the to tables. My problem is when I add another data to the table1 it is not appear to the table2.
Can you help me with this? or Can you give me another way to do it.
Can you give me some source code with Like Count?