Forum Moderators: open
--
two
id
title
--
now both table have the same data in title
example
(table1)title=ex1
(table1)title=ex2
----
(table2)title=ex1
(table2)title=ex1
(table2)title=ex2
----
now i want to do is searching the table one with the title ex1
with like %ex%
the result should show the both ex1 and ex2
and i want to sort them with the numrows i get from table2.
DESC, so the ex1 should be 1st and ex2 2nd any idea ?