Hi
Im currently converting paradox forms and tables to mysql and php but have hit a bit of bother.
One Table has 2 fields code, name the code fields is numbered 1-10 and the name field has a list of names.
1 fred
2 john
3 sue
etc,etc
The second table is not related to the first table but has been linked so that the Code field of the first table has been inserted into the the second table ie the code field but not name of the person ie..
2
3
2
1
The question is how do i link data from the second table to the first name ie if number 2 exists in the database then for it to say via html John has already been inserted into the database.
Thanks in advance.
Matt