Here's the situation...
DB1
Table1
----------------
name | company | url
Table2
----------------
name1*
DB2
Table3
----------------
company*
I have a list of companies in table3. I want to show the entire list of companies based on wether or not a customer already has them in an entry in table1. The only variable i start with is the "name"... i need to select all the rows from table1 where name=name and subtract the results from the list in table3 and then echo the result...
anyone help with this query b/c i don't know where to start 😕