I have 2 mysql tables, one containing a list of names, and a linking code. The linking codes are held in another table and are used to create the amount of columns(they are shown as the column headings). How can i get the appropriate names under the appropraite columns? there might be different amounts of names to go in each column.
Sorry, that obviously wasn't very clear....... this is displaying information from different databases in a single html table. I have solved the problem by using tables inside tables