Hi there,
I'm making a full text search for my website. Now I get a problem if the
table are not build with the same fields.
F.E.
table_1 -> title, story, comments
table_2 -> title, story, comments, links
table_3 -> title, comments, tips
table_4 -> comments, links, transportation
It should be something like above..
but there are some errors... where did I go wrong and is there a way to do somthing similar?
_j