I'm pretty new to php, but have a pretty good grasp on things (I think :) ; here's my problem; I would like to populate a combo box based off of values from a table; for example, I have 2 rows in a table, server_name, and session_id; I would like my session_id combo box to fill in based upon a value selected from server_name; the server_name combo box values are hard coded (since I know the names of the servers) ; for example, when a user choose a servername, the combox box is "automaitcally" filled in by querying the database with a list of available session_id's to choose from; any help would be much appreciated