i've been doing a few things with php, since move files, create, run, delete, append, querys, tables, etc... now, i've been trying to put a table in a php page, in the way that i can see it in my browser, with combo-box. in the table, i have 3 key fields, eg:
key1 key2 key3
AAAA AAA1 AA11
AAAA AAA2 AA12
AAAA AAA3 AA21
AAAA AAA4 AA22
BBBB BBB1 BB11
BBBB BBB1 BB12
BBBB BBB1 BB13
CCCC CCC1 CC11
the idea is, with the combo one i choose "AAAA" and on combo 2 only appears "AAA1, AAA2, AAA3. AAA4", if i choose "AAA1" on combo 2, in combo 3 will only appear "AA11 and AA12", and then, the result appears in my browser, just like a table...
can some one give me a hand???
tku