Trying to create a UNION between two tables

In the PHP/SQL script I’m using the search query is only done on one table at a time, currently. I’d like help creating combined search results “All” from the videos table and images table when similar “tags” are searched. Can a Union be used to display just specific, similar columns from each table?
Currently the separate ‘search results’ are displayed the same way. The ‘image search results’ display an image, title, description, in a results column on the page. The ‘video search results’ display a thumbnail image, title, description, in a results column on the page. I’ve attached a shot of the ‘images’ table and a shot of the ‘videos’ table. Any guidance will be appreciated.

yes, you betcha !!

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.