hi
first of all i want to create a linking with two tables in database:
1 table :
id,name
1 nick
2 john
3 michael
2 table (i want to use this table for dropdown list)
id,job
1 engineer
2 scientist
3 coder
how can i link them both?
the second thing i want is to create dynamical html tables(generate) which will be displayed by (while)
but if the first table has things inside from id 1 to 7 how can i make in second table to start from id 1 and not from 8?is this possible?
All help will be appresiated. :)