I need to create a realtionship in mysql between 2 tables but i haven't done this before and am stumped.
I have a table that holds information about different individuals.
one field is 'company_link' which currently only holds only ONE company name. I would like this field to hold an array of company names for each database entry. hence i need to create a new table 'the_companies' which links to this.
I know how to do a work around in php but i would like to know how to build the table and select from it properly as i have been avoiding this for quite some time ;-)
If anyone can help, or point me in the direction of a good tutorial i would appreciate it. I have lucked out with my web searches so far.
Cheers,
Hugh