Hi, I need to write a php code that search from multiple tables and here is the problem:
$query = "SELECT * FROM table1, table2, table3, table4 WHERE $kategorija LIKE '%".$kriterium."%'";
The results that were given were multiplicated (hundreds copies of the same data).
I am new and can somebody help?
The question is why the results are multiplicated???