Ok, using PHP and mySQL have two tables that look something like this;

Table 1 (users):
userID
location

Table 2 (resumes):
resumeID
userID

I am trying to form a query to pull all the locations and list them on the page.  
While I could only just select from the users one I do want to be able to pull up the 
resumes as well.  What is the best query for this?

Jeff

Reply via email to