- Not sure what you mean, do you mean the input hidden type???
This is just to pass information from a form either:
a) so the user cannot see what your passing,
b) or information that really isn't worth printing to screen.
2.
Two way, either have ALL the data on the page and use JavaScript to update the combos, using OnChange etc..
or when one selection is made, again using OnChange load another PHP file and process the date(s) and print the relivant info.
If you have a slow link or don't want to keep loading other pages up JavaScript is good enough.
regards,
pgudge