I have one problem to which i couldn't find the solution.
I have two MySQL tables...
lets say:
---------
table1
--------
id
name
text
--------
table2
--------
id
name
subtitle
text
Now they don't have same number of columns so I can't do Union.
Tables are not related (one is news, other is articles)
What I need to do?
User inputs search parameter for example: "test" (exclude ")
Then I need to search Table1.name, Table1.text AND Table2.name, Table2.subtitle, Table2.text
And output the results together.....
Do you have any sudgestions?
Thank you very much in advance!

New Topic/Question
Reply



MultiQuote





|