Hey guys,
I'm working on a project from school. I want to be able to search for a term across multiple tables in a database. For ex. I have two tables(table a, table b) set up the exact same way, when someone searches for the term on the search box, I want the results to come from both tables(table a, table b).
Here is a snippet of my code. This only shows that it's searching one table within the database which is 'articles'...