Search question

admin

Administrator
Staff member
Okay heres the deal
Im writing a search for a business directory at <!-- w --><a class="postlink" href="http://www.australianinternetpages.com.au">www.australianinternetpages.com.au</a><!-- w --> (take a look, might be easier to help!) but im relatively new at it and im stuck
I have 2 databases, one for the businesses:
id
company_name
email
url
mobile
catagory_1
...
catagory_5
keywords
and one for data for each company in the main database:
id
company_name
groupid
address
suburb
postcode
phone
fax
state

Now the search i want to return all this data:
Company, email, url, ph, fax, mobile, catagory_1, full address (postcode, address etc) but im really jammed on how to do it!

Help!
 
Back
Top