Hi,
What would be smarter to do?
I need to compare result from 2 query's from 2 different MySQL tables
I need the dubble's ($id_table1 == $id_table2)
Should I send the results of one query as a parameter with the second query OR should I compare the the result arrays?
If comparing, using array_search() ?
The querys will both give about 2000 collums back
Thanks..