i have two tables in a database and i wish to make a third one for a search site script that i've made, but since i can't figure out how to seach in those two tables at the same time, is there a way to copy the entries on those two tables to a third one (that will contain all entries) without having to insert all one by one.
perhaps a modification in the search script to search in the two tables would be best but i can't do it.
thanks in advance.